diff options
author | Georg Brandl <georg@python.org> | 2006-02-19 13:26:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-02-19 13:26:36 (GMT) |
commit | 602b9ba6b37c4ac4ed445f8c9e9dccd68d631899 (patch) | |
tree | 576f560d4ba24b2c975d35a7718ca1c5a2cfbf57 /Misc | |
parent | e466217ab954c5a53fc2e0b78876385362120900 (diff) | |
download | cpython-602b9ba6b37c4ac4ed445f8c9e9dccd68d631899.zip cpython-602b9ba6b37c4ac4ed445f8c9e9dccd68d631899.tar.gz cpython-602b9ba6b37c4ac4ed445f8c9e9dccd68d631899.tar.bz2 |
Patch #1349274: gettext.install() now optionally installs additional
translation functions other than _() in the builtin namespace.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -366,6 +366,9 @@ Extension Modules Library ------- +- Patch #1349274: gettext.install() now optionally installs additional + translation functions other than _() in the builtin namespace. + - Patch #1337756: fileinput now accepts Unicode filenames. - Patch #1373643: The chunk module can now read chunks larger than |