[issue26250] no document for sqlite3.Cursor.connection

2016-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52660878c833 by Ezio Melotti in branch '3.5': #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. https://hg.python.org/cpython/rev/52660878c833 New changeset 6fed752fd88e by Ezio Melotti i

[issue26250] no document for sqlite3.Cursor.connection

2016-03-19 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report and the patches! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue26250] no document for sqlite3.Cursor.connection

2016-03-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: docs@python -> ezio.melotti nosy: +ezio.melotti stage: -> patch review ___ Python tracker ___

[issue26250] no document for sqlite3.Cursor.connection

2016-03-12 Thread Varpu Rantala
Varpu Rantala added the comment: The sentencing was complicated. I changed the formulation and added an example of connection. -- nosy: +Varpu Rantala Added file: http://bugs.python.org/file42146/issue26250.diff ___ Python tracker

[issue26250] no document for sqlite3.Cursor.connection

2016-02-06 Thread Aviv Palivoda
Aviv Palivoda added the comment: Added patch with my suggestion for sqlite3.Cursor.connection attribute documentation -- assignee: -> docs@python components: +Documentation, Extension Modules -Library (Lib) keywords: +patch nosy: +docs@python, ghaering, palaviv versions: +Python 3.5, P

[issue26250] no document for sqlite3.Cursor.connection

2016-01-31 Thread hao Qing
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.connect