]> granicus.if.org Git - python/commit
Fix to bug #393 (UTF16 codec didn't like empty strings) and
authorMarc-André Lemburg <mal@egenix.com>
Fri, 7 Jul 2000 11:27:45 +0000 (11:27 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 7 Jul 2000 11:27:45 +0000 (11:27 +0000)
commit063e0cb4c6396c20ce878cfb1a5ef196dba66679
tree7d2bc3d765d0e96bc6d46ee4fd084ec894863b81
parent295b1bbca10b3b919e11812f6946facd8217f248
Fix to bug #393 (UTF16 codec didn't like empty strings) and
corrected some usage of 'unsigned long' where Py_UNICODE
should have been used.
Objects/unicodeobject.c