]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26198: Fixed error messages for some argument parsing errors.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 7 Feb 2016 23:06:11 +0000 (01:06 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 7 Feb 2016 23:06:11 +0000 (01:06 +0200)
commitc4b813d05dbf8b1bc1ab3c27198b397152deb4a3
tree8411861dabd76cbbd1890225dc642d61641270c6
parentd5db14794bdeb4646ede5881aed43dd1838ffe7a
Issue #26198: Fixed error messages for some argument parsing errors.
Fixed the documented about buffer overflow error for "es#" and "et#" format
units.
Doc/c-api/arg.rst
Lib/test/test_capi.py
Python/getargs.c