From: Fredrik Lundh Date: Sat, 15 Jul 2000 20:58:44 +0000 (+0000) Subject: -- fixed the comment, too X-Git-Tag: v2.0b1~817 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fded4bb29356d407b3514612a3cfaf5e9e344bd;p=thirdparty%2FPython%2Fcpython.git -- fixed the comment, too --- diff --git a/Lib/site.py b/Lib/site.py index 34be9ec6a7cd..b69d30d9ca22 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -120,9 +120,9 @@ __builtin__.quit = __builtin__.exit = exit del exit # -# Set the string encoding used by the Unicode implementation to the -# encoding used by the default locale of this system. If the default -# encoding cannot be determined or is unknown, it defaults to 'ascii'. +# Set the string encoding used by the Unicode implementation. The +# default is 'ascii', but if you're willing to experiment, you can +# change this. encoding = "ascii" # default