]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Last minute NEWS file updates
authorBarry Warsaw <barry@python.org>
Fri, 30 May 2003 20:57:36 +0000 (20:57 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 30 May 2003 20:57:36 +0000 (20:57 +0000)
Misc/NEWS

index aeb6c5aa684f60b892fcac135eb3dc58d4a4199e..ec4a61115027ac39f9b33604758bbfa01392c3f2 100644 (file)
--- 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 ?