From: Hye-Shik Chang Date: Fri, 13 Feb 2004 07:14:13 +0000 (+0000) Subject: We have cp932 support in standard distribution now. And there's now X-Git-Tag: v2.4a1~826 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a8d42f73f9767622f32468c02cefe616ccb34cf;p=python We have cp932 support in standard distribution now. And there's now no major codepages unsupported by Python, so remove the eg. case. --- diff --git a/Lib/site.py b/Lib/site.py index c5f3d95501..f8c000a678 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -311,10 +311,9 @@ class _Helper: __builtin__.help = _Helper() -# On Windows, some default encodings are not provided -# by Python (e.g. "cp932" in Japanese locale), while they -# are always available as "mbcs" in each locale. -# Make them usable by aliasing to "mbcs" in such a case. +# On Windows, some default encodings are not provided by Python, +# while they are always available as "mbcs" in each locale. Make +# them usable by aliasing to "mbcs" in such a case. if sys.platform == 'win32': import locale, codecs