summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/README
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-08-19 17:49:56 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-08-19 17:49:56 (GMT)
commitf5a149a6b60fbea17177a1a015dc6d3f0fc24490 (patch)
tree7bce3487c476b1fcc8f394eae7b17689072a233a /Modules/cjkcodecs/README
parent026f8dc103da360b4edea5128f3939a6b660e2f2 (diff)
downloadcpython-f5a149a6b60fbea17177a1a015dc6d3f0fc24490.zip
cpython-f5a149a6b60fbea17177a1a015dc6d3f0fc24490.tar.gz
cpython-f5a149a6b60fbea17177a1a015dc6d3f0fc24490.tar.bz2
Bug #1005737, #1007249: Fix several build problems and warnings
found on legacy C compilers of HP-UX, IRIX and Tru64. (Reported by roadkill, Richard Townsend, Maik Hertha and Minsik Kim)
Diffstat (limited to 'Modules/cjkcodecs/README')
-rw-r--r--Modules/cjkcodecs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/cjkcodecs/README b/Modules/cjkcodecs/README
index a62aa70..0245629 100644
--- a/Modules/cjkcodecs/README
+++ b/Modules/cjkcodecs/README
@@ -2,7 +2,7 @@ Notes on cjkcodecs
-------------------
This directory contains source files for cjkcodecs extension modules.
They are based on CJKCodecs (http://cjkpython.i18n.org/#CJKCodecs)
-as of Jul 18 2004 currently.
+as of Aug 20 2004 currently.