[Python-checkins] python/dist/src/Misc NEWS,1.626,1.627

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 26 Jan 2003 03:27:18 -0800


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

Modified Files:
	NEWS 
Log Message:
Patch #670715: Universal Unicode Codec for POSIX iconv.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.626
retrieving revision 1.627
diff -C2 -d -r1.626 -r1.627
*** NEWS	26 Jan 2003 02:45:47 -0000	1.626
--- NEWS	26 Jan 2003 11:27:16 -0000	1.627
***************
*** 27,30 ****
--- 27,33 ----
  -----------------
  
+ - A new module _iconv_codec has been added, to expose the iconv(3)
+   library.
+ 
  - os/posixmodule has grown the sysexits.h constants (EX_OK and friends).