[Python-checkins] python/dist/src/Misc NEWS,1.1028,1.1029

lemburg at users.sourceforge.net lemburg at users.sourceforge.net
Sat Jul 10 18:16:23 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Added note about new codecs module APIs.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1028
retrieving revision 1.1029
diff -C2 -d -r1.1028 -r1.1029
*** NEWS	10 Jul 2004 16:10:39 -0000	1.1028
--- NEWS	10 Jul 2004 16:16:06 -0000	1.1029
***************
*** 30,33 ****
--- 30,37 ----
    no longer part of the public API.
  
+ - codecs module now has two new generic APIs: encode() and decode()
+   which don't restrict the return types (unlike the unicode and
+   string methods of the same name).
+ 
  Tools/Demos
  -----------



More information about the Python-checkins mailing list