summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-23 14:20:50 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-01-23 14:20:50 (GMT)
commit082c9b0267e45cdff9bb8d30a4332f63bd14c58e (patch)
tree614e442cb1dad3aad11bb9d35031d0dac4c04b07 /Misc
parent964ca4274f2a1bea783b52e74c71d2dcfdb4fafc (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 103a353..4c1080a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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