cpython/Doc/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
..
adapter_datetime.py
adapter_point_1.py
adapter_point_2.py
collation_reverse.py
complete_statement.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
connect_db_1.py
connect_db_2.py
converter_point.py
countcursors.py
createdb.py
execsql_fetchonerow.py
execsql_printall_1.py
execute_1.py
execute_2.py
execute_3.py
executemany_1.py
executemany_2.py
executescript.py Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
insert_more_people.py
md5func.py
mysumaggr.py
parse_colnames.py
pysqlite_datetime.py
row_factory.py
rowclass.py
shared_cache.py
shortcut_methods.py
simple_tableprinter.py
text_factory.py