diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-18 12:02:08 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-18 12:02:08 (GMT) |
commit | f7c709d62d09ef91b335ac7c262f0079713846a1 (patch) | |
tree | 80776c9bc8ee22c5453bd43465dc967960195eb1 /Misc | |
parent | 0e1c8166a467c9fc3cd87c82efab16bdf90c21d0 (diff) | |
parent | 7c66319edcbeb3d1590e1c2397efea3171623be2 (diff) | |
download | cpython-f7c709d62d09ef91b335ac7c262f0079713846a1.zip cpython-f7c709d62d09ef91b335ac7c262f0079713846a1.tar.gz cpython-f7c709d62d09ef91b335ac7c262f0079713846a1.tar.bz2 |
#16306: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -835,6 +835,7 @@ Trent Nelson Chad Netzer Max Neunhöffer George Neville-Neil +Hieu Nguyen Johannes Nicolai Samuel Nicolary Jonathan Niehof @@ -12,6 +12,9 @@ What's New in Python 3.3.1? Core and Builtins ----------------- +- Issue #16306: Fix multiple error messages when unknown command line + parameters where passed to the interpreter. Patch by Hieu Nguyen. + - Issue #16215: Fix potential double memory free in str.replace(). Patch by Serhiy Storchaka. |