[Python-checkins] r78179 - in python/branches/release31-maint: Doc/library/sqlite3.rst

ezio.melotti python-checkins at python.org
Sun Feb 14 03:55:47 CET 2010


Author: ezio.melotti
Date: Sun Feb 14 03:55:47 2010
New Revision: 78179
Log:
Merged revisions 78178 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
 r78178 | ezio.melotti | 2010年02月14日 04:54:22 +0200 (2010年2月14日) | 9 lines
 
 Merged revisions 78176 via svnmerge from 
 svn+ssh://pythondev@svn.python.org/python/trunk
 
 ........
 r78176 | ezio.melotti | 2010年02月14日 04:50:23 +0200 (2010年2月14日) | 1 line
 
 #7921: fix links. Patch by Brian Curtin.
 ........
................
Modified:
 python/branches/release31-maint/ (props changed)
 python/branches/release31-maint/Doc/library/sqlite3.rst
Modified: python/branches/release31-maint/Doc/library/sqlite3.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/sqlite3.rst	(original)
+++ python/branches/release31-maint/Doc/library/sqlite3.rst	Sun Feb 14 03:55:47 2010
@@ -256,22 +256,23 @@
 .. method:: Connection.execute(sql, [parameters])
 
 This is a nonstandard shortcut that creates an intermediate cursor object by
- calling the cursor method, then calls the cursor's :meth:`execute` method with
- the parameters given.
+ calling the cursor method, then calls the cursor's
+ :meth:`execute<Cursor.execute>` method with the parameters given.
 
 
 .. method:: Connection.executemany(sql, [parameters])
 
 This is a nonstandard shortcut that creates an intermediate cursor object by
- calling the cursor method, then calls the cursor's :meth:`executemany` method
- with the parameters given.
+ calling the cursor method, then calls the cursor's
+ :meth:`executemany<Cursor.executemany>` method with the parameters given.
 
 
 .. method:: Connection.executescript(sql_script)
 
 This is a nonstandard shortcut that creates an intermediate cursor object by
- calling the cursor method, then calls the cursor's :meth:`executescript` method
- with the parameters given.
+ calling the cursor method, then calls the cursor's
+ :meth:`executescript<Cursor.executescript>` method with the parameters
+ given.
 
 
 .. method:: Connection.create_function(name, num_params, func)


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /