diff options
author | Georg Brandl <georg@python.org> | 2008-07-17 18:15:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-07-17 18:15:35 (GMT) |
commit | bded4d3ba1ff03b77bac7eb7057f004a776b5a86 (patch) | |
tree | 94077074e3175b7002b5a42a39f3f5f3bd45098e /Misc | |
parent | 6a9475f6dcf4a2cfe5c020ab4d5bf31de124c160 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |