From: Barry Warsaw Date: Fri, 30 May 2003 20:57:36 +0000 (+0000) Subject: Last minute NEWS file updates X-Git-Tag: v2.2.3~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c70811ddbca64fee80947d06b73546d60c477ff2;p=thirdparty%2FPython%2Fcpython.git Last minute NEWS file updates --- diff --git a/Misc/NEWS b/Misc/NEWS index aeb6c5aa684f..ec4a61115027 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -27,9 +27,12 @@ Release date: 30-May-2003 all that, but note that fixing these bugs may change visible behavior in code relying (whether intentionally or accidentally) on old behavior. +- Backport SF #745478: email package 2.5.3; fixes a buglet in + multipart boundary calculation. + - RPM spec file update from Sean Reifschneider. -- Mac OS X specific backports for distutils/unixccompiler.py. +- Mac OS X specific backports for distutils/unixccompiler.py. SF #723495 What's New in Python 2.2.3c1 ?