diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-06 03:04:07 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-06 03:04:07 (GMT) |
commit | b204a42383642cd7a4ff756b0d5de8b31e65644d (patch) | |
tree | aeab2bae8bb94ae7d5636839835a305afe67761f /Misc | |
parent | 40b408d45538b49092c6f4194eba5517bd1fd69b (diff) | |
download | cpython-b204a42383642cd7a4ff756b0d5de8b31e65644d.zip cpython-b204a42383642cd7a4ff756b0d5de8b31e65644d.tar.gz cpython-b204a42383642cd7a4ff756b0d5de8b31e65644d.tar.bz2 |
greatly improve argument parsing error messages (closes #12265)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #12265: Make error messages produced by passing an invalid set of + arguments to a function more informative. + - Issue #12225: Still allow Python to build if Python is not in its hg repo or mercurial is not installed. |