mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
News entry for Issue12529 and Issue12604
This commit is contained in:
parent
d583068e7d
commit
797b95b4af
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,9 @@ What's New in Python 2.7.3?
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #12604: VTRACE macro expanded to no-op in _sre.c to avoid compiler
|
||||||
|
warnings. Patch by Josh Triplett and Petri Lehtinen.
|
||||||
|
|
||||||
- Issue #7833: Extension modules built using distutils on Windows will no
|
- Issue #7833: Extension modules built using distutils on Windows will no
|
||||||
longer include a "manifest" to prevent them failing at import time in some
|
longer include a "manifest" to prevent them failing at import time in some
|
||||||
embedded situations.
|
embedded situations.
|
||||||
|
@ -63,6 +66,9 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #12529: fix cgi.parse_header issue on strings with double-quotes and
|
||||||
|
semicolons together. Patch by Ben Darnell and Petri Lehtinen.
|
||||||
|
|
||||||
- Issue #6090: zipfile raises a ValueError when a document with a timestamp
|
- Issue #6090: zipfile raises a ValueError when a document with a timestamp
|
||||||
earlier than 1980 is provided. Patch contributed by Petri Lehtinen.
|
earlier than 1980 is provided. Patch contributed by Petri Lehtinen.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue