cpython/Lib/logging
Guido van Rossum b940e113bf 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
2007-01-10 16:19:56 +00:00
..
__init__.py Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00
config.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
handlers.py Merged revisions 53005-53303 via svnmerge from 2007-01-09 23:18:33 +00:00