diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-04-03 04:49:12 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-04-03 04:49:12 (GMT) |
commit | 7fb697b5d26b1c9a379978653db97a84d7270141 (patch) | |
tree | 322bdf5813ad18b0fc17635fbdf6f2301690d2d6 /Misc | |
parent | 1e469c5603549310699dbfcb66dd38a7ccd3b404 (diff) | |
download | cpython-7fb697b5d26b1c9a379978653db97a84d7270141.zip cpython-7fb697b5d26b1c9a379978653db97a84d7270141.tar.gz cpython-7fb697b5d26b1c9a379978653db97a84d7270141.tar.bz2 |
Revert Patch #670715: iconv support.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -41,6 +41,8 @@ Core and builtins Extension modules ----------------- +- 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 pickling of floats) ignored that rounding can cause a carry to @@ -105,8 +107,6 @@ TBD Build ----- -- 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.) @@ -276,9 +276,6 @@ Extension modules - 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). - Fixed broken threadstate swap in readline that could cause fatal |