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.
This commit is contained in:
Alexander Belopolsky 2010-10-15 16:28:20 +00:00
parent c01537f742
commit e8f583244a
16 changed files with 59 additions and 21 deletions

View file

@ -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