]> granicus.if.org Git - python/commit
Fixed bug #1915: Python compiles with --enable-unicode=no again. However several...
authorChristian Heimes <christian@cheimes.de>
Wed, 23 Jan 2008 14:20:50 +0000 (14:20 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 23 Jan 2008 14:20:50 +0000 (14:20 +0000)
commit082c9b0267e45cdff9bb8d30a4332f63bd14c58e
tree614e442cb1dad3aad11bb9d35031d0dac4c04b07
parent964ca4274f2a1bea783b52e74c71d2dcfdb4fafc
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