diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -33,6 +33,8 @@ Core and builtins will cause a TypeError to be raised. This matches the behavior of Jython. +- Implemented bind_textdomain_codeset() in locale module. + Extension modules ----------------- @@ -112,6 +114,12 @@ Library - Bug #990307: when keep_empty_values is True, cgi.parse_qsl() no longer returns spurious empty fields. +- Implemented bind_textdomain_codeset() in gettext module. + +- Introduced in gettext module the l*gettext() family of functions, + which return translation strings encoded in the preferred encoding, + as informed by locale module's getpreferredencoding(). + Tools/Demos ----------- |