[docs] [issue29725] sqlite3.Cursor doesn't properly document "arraysize"

Senthil Kumaran report at bugs.python.org
Tue Apr 4 01:15:09 EDT 2017


Senthil Kumaran added the comment:

Thanks for working on this.

row_factory seems to be another parameter that can be set in the Cursor object. https://github.com/python/cpython/blob/master/Modules/_sqlite/cursor.c#L65 

This can addressed in a different issue/ pr.

----------
nosy: +orsenthil

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


More information about the docs mailing list