]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed bug #1915: Python compiles with --enable-unicode=no again. However several...
authorChristian Heimes <christian@cheimes.de>
Wed, 23 Jan 2008 14:20:41 +0000 (14:20 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 23 Jan 2008 14:20:41 +0000 (14:20 +0000)
commitd2f4cb8cca1212b50824139d852dda846f10621a
tree957f101e9bb1873e52e4d874a7ee6f71539ae9e0
parent2c634425863d034965857cb0092fa98c4b3832e6
Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.
Lib/encodings/__init__.py
Lib/optparse.py
Misc/NEWS
Parser/tokenizer.c