cpython/Lib/hotshot
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 Expose the fileno() method of the underlying profiler. 2002-07-18 19:17:54 +00:00
log.py Only three failing tests left: dbm, gdbm, tcl! 2006-08-19 16:17:20 +00:00
stats.py pstats-compatible analysis module. 2001-10-15 22:18:53 +00:00
stones.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00