]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9308: Removed redundant coding cookies. Added tests for
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 15 Oct 2010 16:28:20 +0000 (16:28 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 15 Oct 2010 16:28:20 +0000 (16:28 +0000)
commite8f583244acd61d7ba43d0f98c06d57c25977039
tree3cbdcba9f0121ade8913e07cd83c8ee324999de1
parentc01537f742c3d2591016ef29bb20e3a26482be78
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.
16 files changed:
Doc/conf.py
Lib/inspect.py
Lib/pydoc.py
Lib/test/encoded_modules/__init__.py [new file with mode: 0644]
Lib/test/encoded_modules/module_iso_8859_1.py [new file with mode: 0644]
Lib/test/encoded_modules/module_koi8_r.py [new file with mode: 0644]
Lib/test/test_csv.py
Lib/test/test_doctest2.py
Lib/test/test_imp.py
Lib/test/test_pep3131.py
Lib/test/test_sys.py
Lib/test/test_winreg.py
Makefile.pre.in
Misc/NEWS
Tools/ccbench/ccbench.py
Tools/i18n/msgfmt.py