mirror of
https://github.com/python/cpython.git
synced 2025-08-24 02:35:59 +00:00
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:
parent
c01537f742
commit
e8f583244a
16 changed files with 59 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue