summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-18 11:55:52 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-18 11:55:52 (GMT)
commit7c66319edcbeb3d1590e1c2397efea3171623be2 (patch)
tree431564f33e3221e7f491afddc90e215ef4ac132e /Misc
parent6a5fc4c443fb7190f3f68ed1eaa799b71fa36124 (diff)
downloadcpython-7c66319edcbeb3d1590e1c2397efea3171623be2.zip
cpython-7c66319edcbeb3d1590e1c2397efea3171623be2.tar.gz
cpython-7c66319edcbeb3d1590e1c2397efea3171623be2.tar.bz2
#16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.
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 1095733..1f51fbd 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -757,6 +757,7 @@ Tony Nelson
Chad Netzer
Max Neunhöffer
George Neville-Neil
+Hieu Nguyen
Johannes Nicolai
Samuel Nicolary
Gustavo Niemeyer
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f2f728..c8580e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.4
Core and Builtins
-----------------
+- Issue #16306: Fix multiple error messages when unknown command line
+ parameters where passed to the interpreter. Patch by Hieu Nguyen.
+
- Issue #16453: Fix equality testing of dead weakref objects.
- Issue #9535: Fix pending signals that have been received but not yet