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 kephas
Recipients kephas
Date 2022-02-16.11:16:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645010199.07.0.291024534189.issue46767@roundup.psfhosted.org>
In-reply-to
Content
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().
History
Date User Action Args
2022-02-16 11:16:39kephassetrecipients: + kephas
2022-02-16 11:16:39kephassetmessageid: <1645010199.07.0.291024534189.issue46767@roundup.psfhosted.org>
2022-02-16 11:16:39kephaslinkissue46767 messages
2022-02-16 11:16:38kephascreate