]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo, and add some reminders
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 10 Jun 2002 13:22:46 +0000 (13:22 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 10 Jun 2002 13:22:46 +0000 (13:22 +0000)
Doc/whatsnew/whatsnew23.tex

index 56527970cc422b72196999737c07ad96759e8cf0..6ea7b7212d8f2adae4d3ce3ab1e03bdd01976596 100644 (file)
 \maketitle
 \tableofcontents
 
+% Timeout sockets: 
+% Executive summary: after sock.settimeout(T), all methods of sock will
+% block for at most T floating seconds and fail if they can't complete
+% within that time.  sock.settimeout(None) restores full blocking mode.
+%
+% Optik (or whatever it gets called)
+%
+% getopt.gnu_getopt
+%
+
+
 %\section{Introduction \label{intro}}
 
 {\large This article is a draft, and is currently up to date for some
@@ -420,7 +431,7 @@ distributed with the source to Python 2.3 that allows Python
 extensions to use the 2.3 interfaces to memory allocation and compile
 against any version of Python since 1.5.2.  (The idea is that you take
 the file from Python's source distribution and bundle it with the
-source of you extension).
+source of your extension).
 
 \begin{seealso}