[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.11, 1.12

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Thu Nov 20 17:22:22 EST 2003


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

Modified Files:
	whatsnew24.tex 
Log Message:
Add two items

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** whatsnew24.tex	13 Nov 2003 21:33:26 -0000	1.11
--- whatsnew24.tex	20 Nov 2003 22:22:19 -0000	1.12
***************
*** 211,214 ****
--- 211,221 ----
     high volumes of data.
  
+ \item The \module{imaplib} module now supports IMAP's THREAD command.
+ (Contributed by Yves Dionne.)
+ 
+ \item A new \function{getsid()} function was added to the
+ \module{posix} module that underlies the \module{os} module.
+ (Contributed by J. Raynor.)
+ 
  \item The \module{random} module has a new method called \method{getrandbits(N)} 
     which returns an N-bit long integer.  This method supports the existing





More information about the Python-checkins mailing list