File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}}
420431extensions to use the 2.3 interfaces to memory allocation and compile
421432against any version of Python since 1.5.2. (The idea is that you take
422433the 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
You can’t perform that action at this time.
0 commit comments