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

Berker Peksag report at bugs.python.org
Sat Apr 8 12:07:15 EDT 2017


Berker Peksag added the comment:

> 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.

Like I already said in msg290943, Cursor.row_factory is kept for backwards compatibility reasons and it shouldn't be documented.

----------

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


More information about the docs mailing list