[Python-checkins] python/dist/src/Misc NEWS,1.491,1.492

lemburg@users.sourceforge.net lemburg@users.sourceforge.net
Fri, 04 Oct 2002 04:55:24 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv23167/Misc

Modified Files:
	NEWS 
Log Message:
News item about the new encoding normalization scheme.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.491
retrieving revision 1.492
diff -C2 -d -r1.491 -r1.492
*** NEWS	1 Oct 2002 18:18:58 -0000	1.491
--- NEWS	4 Oct 2002 11:55:21 -0000	1.492
***************
*** 341,344 ****
--- 341,350 ----
  -------
  
+ - 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