Move MANIFEST parsing change to the right position.
This commit is contained in:
parent
e742adeb8f
commit
5ab88177a4
10
Misc/NEWS
10
Misc/NEWS
|
@ -66,9 +66,6 @@ Library
|
||||||
- Issue #13447: Add a test file to host regression tests for bugs in the
|
- Issue #13447: Add a test file to host regression tests for bugs in the
|
||||||
scripts found in the Tools directory.
|
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
|
- Issue #8033: sqlite3: Fix 64-bit integer handling in user functions
|
||||||
on 32-bit architectures. Initial patch by Philippe Devalkeneer.
|
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
|
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
|
- 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
|
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
|
denial of service due to hash collisions. Patch by David Malcolm with some
|
||||||
modifications by the expat project.
|
modifications by the expat project.
|
||||||
|
|
||||||
|
|
||||||
What's New in Python 3.2.3 release candidate 1?
|
What's New in Python 3.2.3 release candidate 1?
|
||||||
===============================================
|
===============================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue