summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-07-17 18:15:35 (GMT)
committerGeorg Brandl <georg@python.org>2008-07-17 18:15:35 (GMT)
commitbded4d3ba1ff03b77bac7eb7057f004a776b5a86 (patch)
tree94077074e3175b7002b5a42a39f3f5f3bd45098e /Misc
parent6a9475f6dcf4a2cfe5c020ab4d5bf31de124c160 (diff)
downloadcpython-bded4d3ba1ff03b77bac7eb7057f004a776b5a86.zip
cpython-bded4d3ba1ff03b77bac7eb7057f004a776b5a86.tar.gz
cpython-bded4d3ba1ff03b77bac7eb7057f004a776b5a86.tar.bz2
Make gettext Unicode interface consistent and clean up the docs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bc8b79..5628940 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,8 +47,8 @@ Library
code of every single module of the standard library, including invalid files
used in the test suite.
-- All the u* variant functions and methods in gettext have been renamed to their
- none u* siblings.
+- The gettext library now consistently uses Unicode strings for message ids
+ and message strings, and ``ugettext()`` and the like don't exist anymore.
- The traceback module has been expanded to handle chained exceptions.