commit | 9789aefa616c14599af600bdea925299517da730 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jan 26 11:30:36 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jan 26 11:30:36 2003 +0000 |
tree | 801c3f6ed8aafb3aafeae179737c9aea5e185bb9 | |
parent | afef4eefa8b07287abe1c59b9ef918e91386f454 [diff] [blame] |
Patch #670715: Universal Unicode Codec for POSIX iconv.
diff --git a/Misc/NEWS b/Misc/NEWS index 2d6c973..c98d50c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Extension modules ----------------- +- 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