[New-bugs-announce] [issue26250] no document for sqlite3.Cursor.connection

hao Qing report at bugs.python.org
Sun Jan 31 12:51:52 EST 2016


New submission from hao Qing:

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

----------
components: Library (Lib)
messages: 259292
nosy: hao Qing
priority: normal
severity: normal
status: open
title: no document for sqlite3.Cursor.connection
type: enhancement
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26250>
_______________________________________


More information about the New-bugs-announce mailing list