summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-25 19:30:21 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-25 19:30:21 (GMT)
commit88968ad380752227656e2ab4425315e474e26336 (patch)
tree87d0b51411b7c9910f96629eb1de7072b2a492a2 /Misc
parent5a3ef5b22af607666111c76764db0efffbef82be (diff)
downloadcpython-88968ad380752227656e2ab4425315e474e26336.zip
cpython-88968ad380752227656e2ab4425315e474e26336.tar.gz
cpython-88968ad380752227656e2ab4425315e474e26336.tar.bz2
only take into account positional arguments count in related error messages
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c57ca2c..982ef70 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.2 Alpha 1?
Core and Builtins
-----------------
+- Be more specific in error messages about positional arguments.
+
- Issue #8949: "z" format of PyArg_Parse*() functions doesn't accept bytes
objects, as described in the documentation.