Laszlo Nagy added the comment:
When I uploaded via "setup.py register" and created a new user, then distutils
saved the password in the wrong format! So maybe the password read part is a
wontfix, but then the save part must be fixed.
--
nosy
Laszlo Nagy added the comment:
2010/7/11 Terry J. Reedy
>
> Terry J. Reedy added the comment:
>
> If the content of the patch is correct, it looks ready to apply, with only
> a touch of editing. Do we have a resident expert of sqlite3? Or Laszlo, do
> you have a reference
New submission from Laszlo Nagy :
Clarify what isolation_level does, and how to use it, and why connections do
not commit/rollback in some cases.
Details here:
http://mail.python.org/pipermail/python-list/2010-March/1239374.html
I'll paste code for ctx_manager_2.py here. This is a new