History log of /external/python/cpython3/Tools/unicode/listcodecs.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6afaeb757af0dbd8508a0f2352ade61e41bec84c 03-Aug-2007 Collin Winter <collinw@gmail.com> Convert print statements to function calls in Tools/.
/external/python/cpython3/Tools/unicode/listcodecs.py
b940e113bf90ff71b0ef57414ea2beea9d2a4bc0 10-Jan-2007 Guido van Rossum <guido@python.org> SF patch 1631942 by Collin Winter:
(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
/external/python/cpython3/Tools/unicode/listcodecs.py
92b201debcb7c796a68df372f3660e02b2c85d40 21-Oct-2005 Marc-André Lemburg <mal@egenix.com> Add two new tools to compare codecs and show differences and to
list all installed codecs.
/external/python/cpython3/Tools/unicode/listcodecs.py