From: Martin v. Löwis Date: Sun, 4 Aug 2002 17:22:59 +0000 (+0000) Subject: Add encoding declaration. X-Git-Tag: v2.3c1~4730 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09776b7afdc9a921669f26249dc5bce6f2558485;p=thirdparty%2FPython%2Fcpython.git Add encoding declaration. --- diff --git a/Lib/getopt.py b/Lib/getopt.py index 1b835a5a2ce9..4285cbb284bb 100644 --- a/Lib/getopt.py +++ b/Lib/getopt.py @@ -1,3 +1,4 @@ +# -*- coding: iso-8859-1 -*- """Parser for command line options. This module helps scripts to parse the command line arguments in diff --git a/Lib/inspect.py b/Lib/inspect.py index fdbe16a827ed..be2da41559c1 100644 --- a/Lib/inspect.py +++ b/Lib/inspect.py @@ -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