]> granicus.if.org Git - python/commitdiff
News item about the new encoding normalization scheme.
authorMarc-André Lemburg <mal@egenix.com>
Fri, 4 Oct 2002 11:55:21 +0000 (11:55 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 4 Oct 2002 11:55:21 +0000 (11:55 +0000)
Misc/NEWS

index 757a0934f0065b7271a94a740ddf61c2d549cdfe..da2c81c7b34b7218080f4c0834b3a41341fcbe0e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -340,6 +340,12 @@ Extension modules
 Library
 -------
 
+- Encoding name normalization was generalized to not only
+  replace hyphens with underscores, but also all other non-alphanumeric
+  characters (with the exception of the dot which is used for Python
+  package names during lookup). The aliases.py mapping was updated
+  to the new standard.
+
 - mimetypes has two new functions: guess_all_extensions() which
   returns a list of all known extensions for a mime type, and
   add_type() which adds one mapping between a mime type and