[issue7921] Some sqlite3 Connection methods point to themselves

Brian Curtin report at bugs.python.org
Sat Feb 13 05:31:58 CET 2010


Brian Curtin <curtin at acm.org> added the comment:

Here's a patch which corrects executemany, along with execute and executescript. An explicit title is used, with a reference to the underlying Cursor methods.

----------
keywords: +needs review, patch
nosy: +brian.curtin
priority:  -> low
stage:  -> patch review
title: executemany() link in Connection.executemany should point to Cursor.executemany -> Some sqlite3 Connection methods point to themselves
type:  -> behavior
versions: +Python 2.6, Python 2.7, Python 3.1
Added file: http://bugs.python.org/file16220/issue7921.diff

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


More information about the Python-bugs-list mailing list