[issue43094] Update sqlite3 docs and docstrings to reflect implementation

Erlend Egeberg Aasland report at bugs.python.org
Tue Feb 9 14:55:00 EST 2021


Erlend Egeberg Aasland <erlend.aasland at innova.no> added the comment:

Module level function discrepancies:

register_converter(), register_adapter(), and enable_callback_tracebacks() docstrings were unintentionally altered in recent AC updates. Docstrings should be restored. Docs are ok.

adapt() is not documented, but docstrings were unintentionally altered in recent AC updates. Docstrings should be restored.

connect() and enable_shared_cache() (latter is undocumented) are ok.

complete_statement() docs should be updated to reflect implementation.

----------
title: sqlite3.create_function takes parameter named narg, not num_params -> Update sqlite3 docs and docstrings to reflect implementation

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43094>
_______________________________________


More information about the Python-bugs-list mailing list