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 qinghao
Recipients qinghao
Date 2016-01-31.17:51:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454262712.53.0.251399487214.issue26250@psf.upfronthosting.co.za>
In-reply-to
Content
it does have the Cursor.connection member in the pydoc result.
$ pydoc sqlite3.Cursor.connection
Help on member descriptor sqlite3.Cursor.connection in sqlite3.Cursor:

sqlite3.Cursor.connection
lines 1-3/3 (END)

but there is no document about sqlite3.Cursor.connection at here.
https://docs.python.org/2/library/sqlite3.html#sqlite3.Cursor

and so to version 3
https://docs.python.org/3/library/sqlite3.html#sqlite3.Cursor
History
Date User Action Args
2016-01-31 17:51:52qinghaosetrecipients: + qinghao
2016-01-31 17:51:52qinghaosetmessageid: <1454262712.53.0.251399487214.issue26250@psf.upfronthosting.co.za>
2016-01-31 17:51:52qinghaolinkissue26250 messages
2016-01-31 17:51:52qinghaocreate