Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 64c8f705c0121a4b45ca2c3bc7b47b282e9efcd8 https://github.com/python/cpython/commit/64c8f705c0121a4b45ca2c3bc7b47b282e9efcd8 Author: Michael Seifert <michaelseifert04 at yahoo.de> Date: 2017年04月09日 (2017年4月09日) Changed paths: M Lib/test/test_capi.py M Lib/test/test_exceptions.py M Lib/test/test_getargs2.py M Python/getargs.c Log Message: ----------- bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916) Also changed format specifier for function name from "%s" to "%.200s" and exception messages should start with lowercase letter.