summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-11-03 17:20:12 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-11-03 17:20:12 (GMT)
commitf0a4668e6f23da6e60c58933f31250cabc7213d6 (patch)
tree9067bb0eccb339e9eb67b74f37c0d5541b1251e3 /Misc
parentcf57e50989716143569473d5fd6d5a3a1c8cfea7 (diff)
downloadcpython-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/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3a026df..71eacc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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