From: Guido van Rossum Date: Tue, 6 Aug 2002 17:29:38 +0000 (+0000) Subject: Add a coding cookie, because of the møøse quote. X-Git-Tag: v2.3c1~4664 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fce538c31ea0527ceb0e991f65e1a548b40f6416;p=thirdparty%2FPython%2Fcpython.git Add a coding cookie, because of the møøse quote. --- diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 962e32ebb7ee..0c46c8e9eaae 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: Latin-1 -*- """Generate Python documentation in HTML or text for interactive use. In the Python interpreter, do "from pydoc import help" to provide online