cpython/Lib/ctypes
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
..
macholib SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
test SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
__init__.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
_endian.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
util.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
wintypes.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00