Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af37b89 commit fdd4575Copy full SHA for fdd4575
1 file changed
Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.3?
10
Core and Builtins
11
-----------------
12
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
+
16
- Issue #13188: When called without an explicit traceback argument,
17
generator.throw() now gets the traceback from the passed exception's
18
``__traceback__`` attribute. Patch by Petri Lehtinen.
@@ -51,6 +54,9 @@ Core and Builtins
51
54
Library
52
55
-------
53
56
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
60
- Issue #12448: smtplib now flushes stdout while running ``python -m smtplib``
61
in order to display the prompt correctly.
62
0 commit comments