Py 3.2: sqlite can't operate on a closed cursor

Gnarlodious gnarlodious at gmail.com
Sat May 7 23:17:57 EDT 2011


It turns out Python 3.2 now honors closing sqlite connections opened
in another module. Previous versions allowed you to have identically
named sqlite connections open in other modules. Python 3.2 apparently
treats them all as the same connection.

Hopefully some other victim will find this, because it wasn't written
in the documentation
http://docs.python.org/dev/whatsnew/3.2.html#sqlite3

-- Gnarlie



More information about the Python-list mailing list