mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
-- fixed the comment, too
This commit is contained in:
parent
efd7b001d6
commit
3fded4bb29
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user