This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients berker.peksag, docs@python, erlendaasland, nchammas, serhiy.storchaka
Date 2021-02-10.21:07:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612991243.27.0.0516431528935.issue43094@roundup.psfhosted.org>
In-reply-to
Content
sqlite3.Connection.set_progress_handler()

docs: set_progress_handler(handler, n)
impl: set_progress_handler(progress_handler, n)


Apart from that, the rest of sqlite3.Connection seems to be ok.

There's an ongoing discussion at python-dev about how to resolve this issue. I'm in favour of normalising the create_*() methods to be positional only (like create_collation() is now).

sqlite3.Cursor and sqlite3.Row methods seems to be ok as well.
History
Date User Action Args
2021-02-10 21:07:23erlendaaslandsetrecipients: + erlendaasland, docs@python, berker.peksag, serhiy.storchaka, nchammas
2021-02-10 21:07:23erlendaaslandsetmessageid: <1612991243.27.0.0516431528935.issue43094@roundup.psfhosted.org>
2021-02-10 21:07:23erlendaaslandlinkissue43094 messages
2021-02-10 21:07:23erlendaaslandcreate