]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
-- fixed the comment, too
authorFredrik Lundh <fredrik@pythonware.com>
Sat, 15 Jul 2000 20:58:44 +0000 (20:58 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sat, 15 Jul 2000 20:58:44 +0000 (20:58 +0000)
Lib/site.py

index 34be9ec6a7cdafdfc2d82dcf2cd338208e62553d..b69d30d9ca22fea070110b8480fd72ac4991a72e 100644 (file)
@@ -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