]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove non-ascii coding per PEP 8
authorBenjamin Peterson <benjamin@python.org>
Fri, 28 May 2010 02:12:36 +0000 (02:12 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 28 May 2010 02:12:36 +0000 (02:12 +0000)
Lib/getopt.py

index 7248f08a3206a8899d4a1b8280c0415068c77c10..66f48273c46fb62f1a149eaee264eb9bfef7d3f5 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: iso-8859-1 -*-
 """Parser for command line options.
 
 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
 # 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():
 #