[New-bugs-announce] [issue7921] executemany() link in Connection.executemany should point to Cursor.executemany

Ville Skyttä report at bugs.python.org
Fri Feb 12 23:19:25 CET 2010


New submission from Ville Skyttä <ville.skytta at iki.fi>:

http://docs.python.org/dev/library/sqlite3.html#sqlite3.Connection.executemany

The executemany() link in "... then calls the cursor’s executemany() method ..." points to Connection.executemany (itself), it should point to Cursor.executemany instead.

----------
assignee: georg.brandl
components: Documentation
messages: 99293
nosy: georg.brandl, scop
severity: normal
status: open
title: executemany() link in Connection.executemany should point to Cursor.executemany
versions: Python 3.2

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


More information about the New-bugs-announce mailing list