diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-03 17:20:12 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-03 17:20:12 (GMT) |
commit | f0a4668e6f23da6e60c58933f31250cabc7213d6 (patch) | |
tree | 9067bb0eccb339e9eb67b74f37c0d5541b1251e3 /Misc | |
parent | cf57e50989716143569473d5fd6d5a3a1c8cfea7 (diff) | |
download | cpython-f0a4668e6f23da6e60c58933f31250cabc7213d6.zip cpython-f0a4668e6f23da6e60c58933f31250cabc7213d6.tar.gz cpython-f0a4668e6f23da6e60c58933f31250cabc7213d6.tar.bz2 |
Add getpreferredencoding. Support @euro modifiers. Fixes #554676.
The @euro part is backported to 2.2.3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -325,7 +325,8 @@ Extension modules - posix.lchown, posix.killpg, posix.mknod, and posix.getpgid have been added where available. -- The locale module now exposes the C library's gettext interface. +- The locale module now exposes the C library's gettext interface. It + also has a new function getpreferredencoding. - A security hole ("double free") was found in zlib-1.1.3, a popular third party compression library used by some Python modules. The |