[KoCo-CVS] [Commit] KoreanCodecs/korean aliases.py
Brought to you by:
perky
From: Chang <pe...@us...> - 2002-04-26 11:39:38
|
perky 02/04/26 04:39:36 Modified: korean aliases.py Log: - Add korean into sys.path if python version is lower than 2.1 - Delete useless comment :) Revision Changes Path 1.4 +1 -2 KoreanCodecs/korean/aliases.py Index: aliases.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/aliases.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aliases.py 26 Apr 2002 10:33:18 -0000 1.3 +++ aliases.py 26 Apr 2002 11:39:35 -0000 1.4 @@ -1,10 +1,9 @@ # Hye-Shik Chang <17 Apr 2002> -# $Id: aliases.py,v 1.3 2002/04/26 10:33:18 perky Exp $ +# $Id: aliases.py,v 1.4 2002/04/26 11:39:35 perky Exp $ import encodings.aliases encodings.aliases.aliases.update({ -# some environment of win32 doesn't resolve '-' by '_' 'cp949': 'korean.cp949', 'ms949': 'korean.cp949', 'uhc': 'korean.cp949', |