[Python-checkins] python/dist/src/Misc NEWS,1.1072,1.1073

lemburg at users.sourceforge.net lemburg at users.sourceforge.net
Thu Aug 5 14:43:33 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17412/Misc

Modified Files:
	NEWS 
Log Message:
Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and
TIS-620.

Closes SF bug #1001895: Adding missing ISO 8859 codecs, especially Thai.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1072
retrieving revision 1.1073
diff -C2 -d -r1.1072 -r1.1073
*** NEWS	5 Aug 2004 07:21:00 -0000	1.1072
--- NEWS	5 Aug 2004 12:43:29 -0000	1.1073
***************
*** 84,87 ****
--- 84,90 ----
  -------
  
+ - Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and
+   TIS-620
+ 
  - Thanks to Edward Loper, doctest has been massively refactored, and
    many new features were added.  Full docs will appear later.  For now



More information about the Python-checkins mailing list