diff options
author | Georg Brandl <georg@python.org> | 2012-03-17 17:38:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-17 17:38:13 (GMT) |
commit | 5ab88177a468d25ad5132408340a66a43b7d4be3 (patch) | |
tree | 0bfacafd57e5d41b7f7fe5e438d05363c903d8e3 /Misc | |
parent | e742adeb8f0ddebca4bd70a1ec4d8fc5a0deb419 (diff) | |
download | cpython-5ab88177a468d25ad5132408340a66a43b7d4be3.zip cpython-5ab88177a468d25ad5132408340a66a43b7d4be3.tar.gz cpython-5ab88177a468d25ad5132408340a66a43b7d4be3.tar.bz2 |
Move MANIFEST parsing change to the right position.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -66,9 +66,6 @@ Library - Issue #13447: Add a test file to host regression tests for bugs in the scripts found in the Tools directory. -- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils - on Windows. - - Issue #8033: sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures. Initial patch by Philippe Devalkeneer. @@ -87,11 +84,18 @@ What's New in Python 3.2.3 release candidate 2? Library ------- +- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils + on Windows. + +Extension Modules +----------------- + - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project. + What's New in Python 3.2.3 release candidate 1? =============================================== |