]> granicus.if.org Git - python/commit
Python strings ending with '\0' should not be equivalent to their C counterparts...
authorBenjamin Peterson <benjamin@python.org>
Sat, 9 Jan 2010 21:45:28 +0000 (21:45 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 9 Jan 2010 21:45:28 +0000 (21:45 +0000)
commit8667a9b6ea414fb78c0c71d411d86c5cfffbf549
treede4e301e504d9b734a543f441581e99ee307537e
parentc36c3789dee99b3e2d01ee47731b62200157ba16
Python strings ending with '\0' should not be equivalent to their C counterparts in PyUnicode_CompareWithASCIIString
Misc/NEWS
Modules/_testcapimodule.c
Objects/unicodeobject.c