Georg Brandl <[EMAIL PROTECTED]> added the comment:
I fixed the docstring in r64463 (2.5 branch, already fixed in trunk) and
expanded the connect() docstring in r64464.
--
resolution: -> fixed
status: open -> closed
___
Python tracker <[EMAIL PROTECT
New submission from Stephen Lewis <[EMAIL PROTECTED]>:
The documentation for several methods in the sqlite3 library seems to be
at odds with the function names:
sqlite3.Cursor.fetchone --> "Fetches several rows from the resultset."
sqlite3.Cursor.fetchmany --> "Fetches all rows from the resultse