summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2005-12-12 11:48:32 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2005-12-12 11:48:32 (GMT)
commitc5c57e6d98a04dbeba8cdec28d341d869320675c (patch)
treee6e0cb5ef4ec51ad78e7adf89ab2ad94aecf3157 /Misc/NEWS
parente569fb5d7116912f2bd71d19e1051905fbbe51f3 (diff)
downloadcpython-c5c57e6d98a04dbeba8cdec28d341d869320675c.zip
cpython-c5c57e6d98a04dbeba8cdec28d341d869320675c.tar.gz
cpython-c5c57e6d98a04dbeba8cdec28d341d869320675c.tar.bz2
Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module
build problem on AIX.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c6092bc..691774f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -186,6 +186,9 @@ Core and builtins
Extension Modules
-----------------
+- Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn build
+ problem on AIX.
+
- Bug #869197: os.setgroups rejects long integer arguments
- Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint