[New-bugs-announce] [issue46767] [Doc] sqlite3 Cursor.execute() return value is unspecified

Pierre Thierry report at bugs.python.org
Wed Feb 16 06:16:39 EST 2022


New submission from Pierre Thierry <pierre at nothos.net>:

In the documentation of the sqlite3 module, the return value for Connection.execute() is told to be the Cursor that was implicitly created, but nothing is said about the return value/type when using Cursor.execute().

----------
components: Library (Lib)
messages: 413327
nosy: kephas
priority: normal
severity: normal
status: open
title: [Doc] sqlite3 Cursor.execute() return value is unspecified
type: enhancement
versions: Python 3.10, Python 3.11, Python 3.7, Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list