[Python-checkins] python/dist/src/Misc NEWS,1.594,1.595

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 03 Jan 2003 08:33:53 -0800


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

Modified Files:
	NEWS 
Log Message:
Mention that imaplib now supports SSL -- this wasn't noted before.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.594
retrieving revision 1.595
diff -C2 -d -r1.594 -r1.595
*** NEWS	3 Jan 2003 03:30:21 -0000	1.594
--- NEWS	3 Jan 2003 16:33:49 -0000	1.595
***************
*** 553,556 ****
--- 553,558 ----
  -------
  
+ - imaplib.py now supports SSL (Tino Lange and Piers Lauder).
+ 
  - Freeze's modulefinder.py has been moved to the standard library;
    slightly improved so it will issue less false missing submodule