summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-18 12:02:08 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-18 12:02:08 (GMT)
commitf7c709d62d09ef91b335ac7c262f0079713846a1 (patch)
tree80776c9bc8ee22c5453bd43465dc967960195eb1 /Misc
parent0e1c8166a467c9fc3cd87c82efab16bdf90c21d0 (diff)
parent7c66319edcbeb3d1590e1c2397efea3171623be2 (diff)
downloadcpython-f7c709d62d09ef91b335ac7c262f0079713846a1.zip
cpython-f7c709d62d09ef91b335ac7c262f0079713846a1.tar.gz
cpython-f7c709d62d09ef91b335ac7c262f0079713846a1.tar.bz2
#16306: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index abf4a5d..ced3168 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -835,6 +835,7 @@ Trent Nelson
Chad Netzer
Max Neunhöffer
George Neville-Neil
+Hieu Nguyen
Johannes Nicolai
Samuel Nicolary
Jonathan Niehof
diff --git a/Misc/NEWS b/Misc/NEWS
index 0cf165e..9771ecd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.