Message413332
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.) |
|
| Date |
User |
Action |
Args |
| 2022-02-16 14:38:06 | erlendaasland | set | recipients:
+ erlendaasland, kephas |
| 2022-02-16 14:38:06 | erlendaasland | set | messageid: <1645022286.5.0.505229518334.issue46767@roundup.psfhosted.org> |
| 2022-02-16 14:38:06 | erlendaasland | link | issue46767 messages |
| 2022-02-16 14:38:06 | erlendaasland | create | |
|