Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fdd4575

Browse files
committed
News entry for Issue12529 and Issue12604
1 parent af37b89 commit fdd4575

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ What's New in Python 3.2.3?
1010
Core and Builtins
1111
-----------------
1212

13+
- Issue #12604: VTRACE macro expanded to no-op in _sre.c to avoid compiler
14+
warnings. Patch by Josh Triplett and Petri Lehtinen.
15+
1316
- Issue #13188: When called without an explicit traceback argument,
1417
generator.throw() now gets the traceback from the passed exception's
1518
``__traceback__`` attribute. Patch by Petri Lehtinen.
@@ -51,6 +54,9 @@ Core and Builtins
5154
Library
5255
-------
5356

57+
- Issue #12529: fix cgi.parse_header issue on strings with double-quotes and
58+
semicolons together. Patch by Ben Darnell and Petri Lehtinen.
59+
5460
- Issue #12448: smtplib now flushes stdout while running ``python -m smtplib``
5561
in order to display the prompt correctly.
5662

0 commit comments

Comments
 (0)