diff --git a/Lib/site.py b/Lib/site.py index c5f3d95501b..f8c000a6788 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -311,10 +311,9 @@ def __call__(self, *args, **kwds): __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