]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
A few new news items
authorBarry Warsaw <barry@python.org>
Tue, 20 May 2003 22:34:18 +0000 (22:34 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 20 May 2003 22:34:18 +0000 (22:34 +0000)
Misc/NEWS

index 29add10474542c35582d823976efbd1c5d7511d4..453b163dd8e271eadbb542fb3e38c7dbacb5914b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@ Release date: XX-XXX-2003
 
 - Backported the "largefile" requirement for test_largefile on Mac OS X.
 
+- Backported email package 2.5.2, which makes address parsing slightly
+  more robust.
+
 - SF #710576: Backport of fix for #663074, to implement per-interpreter
   codecs registries. This adds new members at the end of
   PyInterpreterState.
@@ -153,6 +156,10 @@ Release date: XX-XXX-2003
 - Distutils: Translate spaces in the machine name to underscores
   (Power Macintosh -> Power_Macintosh)
 
+- Backported SF #658233, continuation lines in .mo file metadata
+  crashed gettext.GNUTranslations parsing.  Also, export more symbols
+  in the gettext module's __all__.
+
 
 What's New in Python 2.2.2 (final) ?
 Release date: 14-Oct-2002