diff options
author | Sean Reifscheider <jafo@tummy.com> | 2009-08-01 23:55:06 +0000 |
---|---|---|
committer | Sean Reifscheider <jafo@tummy.com> | 2009-08-01 23:55:06 +0000 |
commit | 642d96a6476199840502a1e98d4902f7f4d47e78 (patch) | |
tree | f93720ffaad0e035790a184835493049a23cf48a /Misc/NEWS | |
parent | beddd709b291e60c099551345e480424a5991e2d (diff) | |
download | cpython-git-642d96a6476199840502a1e98d4902f7f4d47e78.tar.gz |
- Issue #6624: yArg_ParseTuple with "s" format when parsing argument with
NUL: Bogus TypeError detail string.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1483,6 +1483,9 @@ Build C-API ----- +- Issue #6624: yArg_ParseTuple with "s" format when parsing argument with + NUL: Bogus TypeError detail string. + - Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for negative arguments. Previously, it raised TypeError. |