summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a710ff..6bf7ab4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,11 @@ Extension Modules
Library
-------
+- locale.py now uses an updated locale alias table (built using
+ Tools/i18n/makelocalealias.py, a tool to parse the X11 locale
+ alias file); the encoding lookup was enhanced to use Python's
+ encoding alias table
+
- moved deprecated modules to Lib/lib-old: whrandom, tzparse, statcache.
- the pickle module no longer accepts the deprecated None option in the