[docs] sqlite3 cursor object missing attribute documentation

Eric Williams ecwilliams at lbl.gov
Fri Mar 8 18:17:24 CET 2013


Ref: http://docs.python.org/2/library/sqlite3.html#sqlite3.Cursor.fetchall

The fetchall() method documentation refers to the arraysize attribute of
the cursor object, but the cursor object does not document that attribute
or any others.  I suggest explicitly listing and documenting cursor object
attributes.
--
Eric Williams
ALS Controls Group, LBL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20130308/1a606ea1/attachment-0001.html>


More information about the docs mailing list