From e8f583244acd61d7ba43d0f98c06d57c25977039 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Fri, 15 Oct 2010 16:28:20 +0000 Subject: Issue #9308: Removed redundant coding cookies. Added tests for importing encoded modules that do not depend on specific stdlib modules being encoded in a certain way. --- Lib/pydoc.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/pydoc.py') diff --git a/Lib/pydoc.py b/Lib/pydoc.py index acee7b770c5..5e54468f4e8 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- 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 -- cgit v1.2.3