commit | bb81c8ce3f9c879dac9975fcede878c3fb624002 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Jan 09 21:54:39 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Jan 09 21:54:39 2010 +0000 |
tree | 3f8ac796d69579053881046c62b5ab4a731a5b4a | |
parent | ffeda291153942f643f2a73c6f1dde563c614e42 [diff] |
Merged revisions 77395 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r77395 | benjamin.peterson | 2010-01-09 15:45:28 -0600 (Sat, 09 Jan 2010) | 2 lines Python strings ending with '\0' should not be equivalent to their C counterparts in PyUnicode_CompareWithASCIIString ........