[Python-checkins] python/dist/src/Misc ACKS, 1.253, 1.254 NEWS, 1.888, 1.889

loewis at users.sourceforge.net loewis at users.sourceforge.net
Mon Nov 10 01:44:46 EST 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv16560/Misc

Modified Files:
	ACKS NEWS 
Log Message:
Patch #798297: Add IMAP THREAD command.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.253
retrieving revision 1.254
diff -C2 -d -r1.253 -r1.254
*** ACKS	10 Nov 2003 02:27:19 -0000	1.253
--- ACKS	10 Nov 2003 06:44:44 -0000	1.254
***************
*** 138,141 ****
--- 138,142 ----
  Roger Dev
  Toby Dickenson
+ Yves Dionne
  Daniel Dittmar
  Walter Dörwald

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.888
retrieving revision 1.889
diff -C2 -d -r1.888 -r1.889
*** NEWS	10 Nov 2003 02:27:19 -0000	1.888
--- NEWS	10 Nov 2003 06:44:44 -0000	1.889
***************
*** 58,61 ****
--- 58,63 ----
  -----------------
  
+ - os.getsid was added.
+ 
  - The pwd module incorrectly advertised its struct type as
    struct_pwent; this has been renamed to struct_passwd.  (The old name
***************
*** 104,107 ****
--- 106,111 ----
  Library
  -------
+ 
+ - imaplib.IMAP4.thread was added.
  
  - Plugged a minor hole in tempfile.mktemp() due to the use of





More information about the Python-checkins mailing list