]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add encoding declaration.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 4 Aug 2002 17:22:59 +0000 (17:22 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 4 Aug 2002 17:22:59 +0000 (17:22 +0000)
Lib/getopt.py
Lib/inspect.py

index 1b835a5a2ce9a4742d35355fc317aa62b824bf0f..4285cbb284bb79c62624e2f5657c19ab856f60a7 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: iso-8859-1 -*-
 """Parser for command line options.
 
 This module helps scripts to parse the command line arguments in
index fdbe16a827edd632155bac66da316335708fe8c5..be2da41559c1caed75c696968b69cc265c0cfece 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: iso-8859-1 -*-
 """Get useful information from live Python objects.
 
 This module encapsulates the interface provided by the internal special