]> granicus.if.org Git - python/commitdiff
News entry for Issue12529 and Issue12604
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 20 Oct 2011 16:31:40 +0000 (00:31 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 20 Oct 2011 16:31:40 +0000 (00:31 +0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 3fe419b2bde78264465613aeffa3417368d34ee9,6e49b43ac18f0318abcbcf5acdfaf43218197763..71be0af578f79d8409286f6233cc04194d2b6752
+++ b/Misc/NEWS
@@@ -10,10 -10,9 +10,13 @@@ What's New in Python 3.3 Alpha 1
  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 #12281: Rewrite the MBCS codec to handle correctly replace and ignore
 +  error handlers on all Windows versions. The MBCS codec is now supporting all
 +  error handlers, instead of only replace to encode and ignore to decode.
 +
  - Issue #13188: When called without an explicit traceback argument,
    generator.throw() now gets the traceback from the passed exception's
    ``__traceback__`` attribute.  Patch by Petri Lehtinen.
  Library
  -------
  
 -- Issue #12448: smtplib now flushes stdout while running ``python -m smtplib``
 -  in order to display the prompt correctly.
+ - Issue #12529: fix cgi.parse_header issue on strings with double-quotes and
+   semicolons together. Patch by Ben Darnell and Petri Lehtinen.
 +- Issue #13227: functools.lru_cache() now has a option to distinguish
 +  calls with different argument types.
  
  - Issue #6090: zipfile raises a ValueError when a document with a timestamp
    earlier than 1980 is provided. Patch contributed by Petri Lehtinen.