summaryrefslogtreecommitdiffstats
path: root/Tools/unicode/comparecodecs.py
Commit message (Collapse)AuthorAgeFilesLines
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Add two new tools to compare codecs and show differences and toMarc-André Lemburg2005-10-211-0/+53
list all installed codecs.