[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.20,1.21

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 10 Jun 2002 06:22:49 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory usw-pr-cvs1:/tmp/cvs-serv13543

Modified Files:
	whatsnew23.tex 
Log Message:
Fix typo, and add some reminders

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** whatsnew23.tex	10 Jun 2002 13:19:42 -0000	1.20
--- whatsnew23.tex	10 Jun 2002 13:22:46 -0000	1.21
***************
*** 14,17 ****
--- 14,28 ----
  \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}}
  
***************
*** 421,425 ****
  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).
  
  \begin{seealso}
--- 432,436 ----
  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 your extension).
  
  \begin{seealso}