]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Fri, 24 Mar 2000 22:14:19 +0000 (22:14 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Mar 2000 22:14:19 +0000 (22:14 +0000)
commitd8855fde885ffcd9956352edb75674f38c64acaa
treee956abb92678c85ffb8674c9a49d1fb7e8459140
parent27fc3c05e14d8b876bf0577225d509cbde45bfe0
Marc-Andre Lemburg:

Attached you find the latest update of the Unicode implementation.
The patch is against the current CVS version.

It includes the fix I posted yesterday for the core dump problem
in codecs.c (was introduced by my previous patch set -- sorry),
adds more tests for the codecs and two new parser markers
"es" and "es#".
Lib/codecs.py
Lib/test/output/test_unicode
Lib/test/test_unicode.py
Misc/unicode.txt
Python/getargs.c