[Python-checkins] python/dist/src/Misc NEWS,1.711,1.712

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 02 Apr 2003 20:49:14 -0800


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

Modified Files:
	NEWS 
Log Message:
Revert Patch #670715: iconv support.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.711
retrieving revision 1.712
diff -C2 -d -r1.711 -r1.712
*** NEWS	2 Apr 2003 16:57:59 -0000	1.711
--- NEWS	3 Apr 2003 04:49:11 -0000	1.712
***************
*** 42,45 ****
--- 42,47 ----
  -----------------
  
+ - The iconv module has been removed from this release.
+ 
  - The platform-independent routines for packing floats in IEEE formats
    (struct.pack's <f, >f, <d, and >d codes; pickle and cPickle's protocol 1
***************
*** 106,111 ****
  -----
  
- - Fix build problems when _iconv_codec failed.  (SF bug #690012.)
- 
  - Fix problem building on OSF1 because the compiler only accepted
    preprocessor directives that start in column 1.  (SF bug #691793.)
--- 108,111 ----
***************
*** 276,282 ****
  - The SSL module now handles sockets with a timeout set correctly (SF
    patch #675750, fixing SF bug #675552).
- 
- - 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).
--- 276,279 ----