mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
The attached patch set includes a workaround to get Python with Unicode compile on BSDI 4.x (courtesy Thomas Wouters; the cause is a bug in the BSDI wchar.h header file) and Python interfaces for the MBCS codec donated by Mark Hammond. Also included are some minor corrections w/r to the docs of the new "es" and "es#" parser markers (use PyMem_Free() instead of free(); thanks to Mark Hammond for finding these). The unicodedata tests are now in a separate file (test_unicodedata.py) to avoid problems if the module cannot be found.
5 lines
167 B
Text
5 lines
167 B
Text
test_unicode
|
|
Testing Unicode comparisons... done.
|
|
Testing Unicode contains method... done.
|
|
Testing Unicode formatting strings... done.
|
|
Testing builtin codecs... done.
|