Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module
build problem on AIX.
diff --git a/Misc/NEWS b/Misc/NEWS
index c6092bc..691774f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -186,6 +186,9 @@
 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