mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Change a bunch of file encodings from Latin-1 to UTF-8.
Remove the encoding from Tix.py (it doesn't seem to need one). Note: we still have to keep the "coding: utf-8" declaration for files that aren't pure ASCII, as the default per PEP 3120 hasn't been implemented yet.
This commit is contained in:
parent
6a2ccd0273
commit
d77d6992a5
6 changed files with 17 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: iso-8859-1 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Parser for command line options.
|
||||
|
||||
This module helps scripts to parse the command line arguments in
|
||||
|
@ -20,7 +20,7 @@ option involved with the exception.
|
|||
# Gerrit Holl <gerrit@nl.linux.org> moved the string-based exceptions
|
||||
# to class-based exceptions.
|
||||
#
|
||||
# Peter Åstrand <astrand@lysator.liu.se> added gnu_getopt().
|
||||
# Peter Ã
strand <astrand@lysator.liu.se> added gnu_getopt().
|
||||
#
|
||||
# TODO for gnu_getopt():
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue