From: Barry Warsaw Date: Tue, 20 May 2003 22:34:18 +0000 (+0000) Subject: A few new news items X-Git-Tag: v2.2.3c1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54d9cdfc0cc1e3693391868e87a54700c027915f;p=thirdparty%2FPython%2Fcpython.git A few new news items --- diff --git a/Misc/NEWS b/Misc/NEWS index 29add1047454..453b163dd8e2 100644 --- 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