Mercurial > p > mysql-python > mysqldb-2
diff MySQLdb/cursors.py @ 14:7773efbe9b30 MySQLdb
Formatting and PyLint fixes. Final score: 8.21/10
author | adustman |
---|---|
date | Mon, 26 Feb 2007 18:08:28 +0000 |
parents | 3f4c6af70e52 |
children | d55bfb1a4701 |
line wrap: on
line diff
--- a/MySQLdb/cursors.py Mon Feb 26 17:24:06 2007 +0000 +++ b/MySQLdb/cursors.py Mon Feb 26 18:08:28 2007 +0000 @@ -1,11 +1,14 @@ -"""MySQLdb Cursors +""" +MySQLdb Cursors +--------------- This module implements Cursors of various types for MySQLdb. By default, MySQLdb uses the Cursor class. """ -__revision__ = "$ Revision: $"[11:-2] +__revision__ = "$Revision$"[11:-2] +__author__ = "$Author$"[9:-2] import re INSERT_VALUES = re.compile(