commit | 878c3b004b09cb9242f7523366b616ae0715438a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Aug 13 08:36:43 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Aug 13 08:36:43 2009 +0000 |
tree | 1d69598313cde39494b1e1d3a4ed44e032cbb000 | |
parent | 86a31f55fe3117b0ed0ad97cdffad816c1ded779 [diff] |
Merged revisions 74278 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r74278 | sean.reifschneider | 2009-08-02 01:55:06 +0200 (So, 02 Aug 2009) | 3 lines - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with NUL: Bogus TypeError detail string. ........