[issue3157] sqlite3 minor documentation issues

2008-06-22 Thread Georg Brandl
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

[issue3157] sqlite3 minor documentation issues

2008-06-20 Thread Stephen Lewis
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