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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fce538c31ea0527ceb0e991f65e1a548b40f6416;p=python Add a coding cookie, because of the møøse quote. --- diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 962e32ebb7..0c46c8e9ea 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