cpython/Lib/sqlite3
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
..
test SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
__init__.py Quite a few fixes to make the library and test suite more robust when 2006-08-17 20:24:18 +00:00
dbapi2.py Make unit tests pass: replace apply() and adapt to different attribute message. 2006-08-17 22:37:44 +00:00