Erlend Egeberg Aasland <erlend.aasl...@innova.no> added the comment:

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.

----------
title: Update sqlite3 docs and docstrings to reflect implementation -> sqlite3 
signature discrepancies between documentation and implementation

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to