summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep3120.py
Commit message (Collapse)AuthorAgeFilesLines
* Latin-1 source code was not being properly decoded when passed throughBrett Cannon2008-10-171-1/+17
| | | | | | | compile(). This was due to left-over special-casing before UTF-8 became the default source encoding. Closes issue #3574. Thanks to Victor Stinner for help with the patch.
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
|
* Implement PEP 3120.Martin v. Löwis2007-07-291-0/+30