summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-06-10 13:22:46 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-06-10 13:22:46 (GMT)
commitf70a0a8471fff12a4be06a2a1d643b32a7d40502 (patch)
tree53952f229f412df641d809d6a020daeef8d3ef5e /Doc
parent497bdd69f2cc7bfdd9155133ea8079bbff602e54 (diff)
downloadcpython-f70a0a8471fff12a4be06a2a1d643b32a7d40502.zip
cpython-f70a0a8471fff12a4be06a2a1d643b32a7d40502.tar.gz
cpython-f70a0a8471fff12a4be06a2a1d643b32a7d40502.tar.bz2
Fix typo, and add some reminders
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew23.tex13
1 files changed, 12 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 5652797..6ea7b72 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -13,6 +13,17 @@
\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}