]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27481: Docummented that ValueError is now raised instead of TypeError
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Jul 2016 06:14:15 +0000 (09:14 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 12 Jul 2016 06:14:15 +0000 (09:14 +0300)
commit6f379f48862e4707e631e23997b19646ee1f2f72
tree75dbc4854b37f15e8fe5f9dc9930f9c2a7698e75
parent204bf0b9aecd221c33f3e0909f261411783acf1b
Issue #27481: Docummented that ValueError is now raised instead of TypeError
in case of embedded null characters/bytes.  Patch by Xiang Zhang.
Doc/c-api/arg.rst
Doc/c-api/bytes.rst