[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.36,1.337.2.4.2.37

barry@users.sourceforge.net barry@users.sourceforge.net
Fri, 04 Oct 2002 10:57:29 -0700


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
Add a note about the backport of email 2.4


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.36
retrieving revision 1.337.2.4.2.37
diff -C2 -d -r1.337.2.4.2.36 -r1.337.2.4.2.37
*** NEWS	25 Sep 2002 15:03:10 -0000	1.337.2.4.2.36
--- NEWS	4 Oct 2002 17:57:27 -0000	1.337.2.4.2.37
***************
*** 53,56 ****
--- 53,63 ----
  Library
  
+ - The email package from the Python 2.3 development tree has been
+   backported, including updated documentation.  This version
+   corresponds to email 2.4 and should be nearly completely backward
+   compatible.  However there have been lots of improvements in the
+   API, so you should read the section in the library manual about the
+   changes since email v1.
+ 
  - random.gauss() uses a piece of hidden state used by nothing else,
    and the .seed() and .whseed() methods failed to reset it.  In other