[docs] [issue27188] sqlite3 execute* methods return value not documented

Dave Sawyer report at bugs.python.org
Mon Jun 6 20:34:47 EDT 2016


Dave Sawyer added the comment:

Updated optional parameters. Fixed executescript which takes a single parameter. The English is correct - one needs to looks at the verbs to be sure they match in tense and number. Like "He OPENS the fridge, GRABS the milk, and DRINKS it." This method CREATES a cursor, CALLS the method, and RETURNS the cursor.

----------
Added file: http://bugs.python.org/file43269/issue27188_patch2.txt

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


More information about the docs mailing list