diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-06-25 23:57:17 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-06-25 23:57:17 (GMT) |
commit | 09d6b928e7c9a73e58a014d72fdc37e964375358 (patch) | |
tree | c2da8bf252f567ae6723775afa84aa49efd658ad /Doc | |
parent | bd23289e4dd6449027e8071e802a4ac5c78739ba (diff) | |
download | cpython-09d6b928e7c9a73e58a014d72fdc37e964375358.zip cpython-09d6b928e7c9a73e58a014d72fdc37e964375358.tar.gz cpython-09d6b928e7c9a73e58a014d72fdc37e964375358.tar.bz2 |
Add a reminder
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index be1d68b..5d2684f 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -13,6 +13,8 @@ \maketitle \tableofcontents +% Types now callable; `new' module replaced +% % 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 @@ -670,6 +672,6 @@ as well as \UNIX. The author would like to thank the following people for offering suggestions, corrections and assistance with various drafts of this article: Michael Chermside, Scott David Daniels, Fred~L. Drake, Jr., -Detlef Lannert, Andrew MacIntyre. +Detlef Lannert, Andrew MacIntyre, Gustavo Niemeyer. \end{document} |