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