summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-18 13:55:52 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-18 13:55:52 +0200
commit7c66319edcbeb3d1590e1c2397efea3171623be2 (patch)
tree431564f33e3221e7f491afddc90e215ef4ac132e /Misc
parent6a5fc4c443fb7190f3f68ed1eaa799b71fa36124 (diff)
downloadcpython-git-7c66319edcbeb3d1590e1c2397efea3171623be2.tar.gz
#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 1095733839..1f51fbd551 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 3f2f7287be..c8580e33cb 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