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 erlendaasland, kephas
Date 2022-02-16.14:38:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645022286.5.0.505229518334.issue46767@roundup.psfhosted.org>
In-reply-to
Content
Quoting the docs:

> This is a nonstandard shortcut that creates a cursor object by calling the
> cursor() method, calls the cursor’s execute() method with the parameters
> given, and returns the cursor.

There is already a backlink (or back reference) to the Connection.cursor() method, which again has a backlink to the Cursor class. What would you suggest to make things clearer?

How about the following rewording:

"[...] and returns the newly created cursor object".

(IMO this is too verbose; I'm fine with the current docs.)
History
Date User Action Args
2022-02-16 14:38:06erlendaaslandsetrecipients: + erlendaasland, kephas
2022-02-16 14:38:06erlendaaslandsetmessageid: <1645022286.5.0.505229518334.issue46767@roundup.psfhosted.org>
2022-02-16 14:38:06erlendaaslandlinkissue46767 messages
2022-02-16 14:38:06erlendaaslandcreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.