summaryrefslogtreecommitdiffstats
path: root/Lib/test/cjkencodings_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+1001
Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!