diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-23 14:20:50 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-23 14:20:50 (GMT) |
commit | 082c9b0267e45cdff9bb8d30a4332f63bd14c58e (patch) | |
tree | 614e442cb1dad3aad11bb9d35031d0dac4c04b07 /Misc | |
parent | 964ca4274f2a1bea783b52e74c71d2dcfdb4fafc (diff) | |
download | cpython-082c9b0267e45cdff9bb8d30a4332f63bd14c58e.zip cpython-082c9b0267e45cdff9bb8d30a4332f63bd14c58e.tar.gz cpython-082c9b0267e45cdff9bb8d30a4332f63bd14c58e.tar.bz2 |
Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- Bug #1915: Python compiles with --enable-unicode=no again. However + several extension methods and modules do not work without unicode + support. + - Patch #1720595: add T_BOOL to the range of structmember types. - Issue #1882: when compiling code from a string, encoding cookies in the |