[KoCo-CVS] [Commit] cjkcodecs CHANGES
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-06-20 09:22:59
|
perky 03/06/20 02:22:58 Modified: . CHANGES Log: Add a workaround for PyObject_GenericGetAttr to enable compiling with mingw32. Revision Changes Path 1.4 +3 -0 cjkcodecs/CHANGES Index: CHANGES =================================================================== RCS file: /cvsroot/koco/cjkcodecs/CHANGES,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- CHANGES 20 Jun 2003 09:04:52 -0000 1.3 +++ CHANGES 20 Jun 2003 09:22:57 -0000 1.4 @@ -16,3 +16,6 @@ *) Fixed a bug that cp932 codec couldn't decode half-width katakana. + *) Added a workaround for PyObject_GenericGetAttr to enable compiling + with mingw32. [Young-Sik Won] + |