Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f70a0a8

Browse files
committed
Fix typo, and add some reminders
1 parent 497bdd6 commit f70a0a8

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
\maketitle
1414
\tableofcontents
1515

16+
% Timeout sockets:
17+
% Executive summary: after sock.settimeout(T), all methods of sock will
18+
% block for at most T floating seconds and fail if they can't complete
19+
% within that time. sock.settimeout(None) restores full blocking mode.
20+
%
21+
% Optik (or whatever it gets called)
22+
%
23+
% getopt.gnu_getopt
24+
%
25+
26+
1627
%\section{Introduction \label{intro}}
1728

1829
{\large This article is a draft, and is currently up to date for some
@@ -420,7 +431,7 @@ \section{Specialized Object Allocator (pymalloc)\label{section-pymalloc}}
420431
extensions to use the 2.3 interfaces to memory allocation and compile
421432
against any version of Python since 1.5.2. (The idea is that you take
422433
the file from Python's source distribution and bundle it with the
423-
source of you extension).
434+
source of your extension).
424435

425436
\begin{seealso}
426437

0 commit comments

Comments
 (0)