mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
News entry for Issue12529 and Issue12604
This commit is contained in:
parent
af37b89240
commit
fdd4575d19
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,9 @@ What's New in Python 3.2.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 #13188: When called without an explicit traceback argument,
|
- Issue #13188: When called without an explicit traceback argument,
|
||||||
generator.throw() now gets the traceback from the passed exception's
|
generator.throw() now gets the traceback from the passed exception's
|
||||||
``__traceback__`` attribute. Patch by Petri Lehtinen.
|
``__traceback__`` attribute. Patch by Petri Lehtinen.
|
||||||
|
@ -51,6 +54,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 #12448: smtplib now flushes stdout while running ``python -m smtplib``
|
- Issue #12448: smtplib now flushes stdout while running ``python -m smtplib``
|
||||||
in order to display the prompt correctly.
|
in order to display the prompt correctly.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue