mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
remove non-ascii coding per PEP 8
This commit is contained in:
parent
03883624a4
commit
29d438c96c
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
# -*- coding: iso-8859-1 -*-
|
|
||||||
"""Parser for command line options.
|
"""Parser for command line options.
|
||||||
|
|
||||||
This module helps scripts to parse the command line arguments in
|
This module helps scripts to parse the command line arguments in
|
||||||
|
@ -20,7 +19,7 @@ option involved with the exception.
|
||||||
# Gerrit Holl <gerrit@nl.linux.org> moved the string-based exceptions
|
# Gerrit Holl <gerrit@nl.linux.org> moved the string-based exceptions
|
||||||
# to class-based exceptions.
|
# to class-based exceptions.
|
||||||
#
|
#
|
||||||
# Peter Åstrand <astrand@lysator.liu.se> added gnu_getopt().
|
# Peter Astrand <astrand@lysator.liu.se> added gnu_getopt().
|
||||||
#
|
#
|
||||||
# TODO for gnu_getopt():
|
# TODO for gnu_getopt():
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue