]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a note about the backport of email 2.4
authorBarry Warsaw <barry@python.org>
Fri, 4 Oct 2002 17:57:27 +0000 (17:57 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 4 Oct 2002 17:57:27 +0000 (17:57 +0000)
Misc/NEWS

index ae3a91960336ca37acf1c230a2271b93c81c8d10..05728f2d4d6a1782579f9a97d40b436c5c365c4c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,13 @@ Extension modules
 
 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
   words, setting the seed didn't completely determine the sequence of