]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Moved the test codec definition to a new module and updated the test and
authorMarc-André Lemburg <mal@egenix.com>
Wed, 10 Jan 2001 10:21:11 +0000 (10:21 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 10 Jan 2001 10:21:11 +0000 (10:21 +0000)
commitef34274d3bec2ac513f6e67bca9eb2ecda5a0cd4
tree9c91b3d322104b113b46d61ae15dbb840272cc3a
parent0d9f9dcf67c4c044f27cbbc7d3852951869dee53
Moved the test codec definition to a new module and updated the test and
codec to test all charmap codec features.

As side-effect of moving the test codec into a new module, the encodings
package codec import mechanism is checked as well.
Lib/test/output/test_charmapcodec
Lib/test/test_charmapcodec.py
Lib/test/testcodec.py [new file with mode: 0644]