Update docs.

result.fetch_row(0,how) returns all rows of the rsult set as a tuple.
This commit is contained in:
adustman
2001-01-27 02:32:00 +00:00
parent 57319a3928
commit d480ad766a
6 changed files with 175 additions and 135 deletions

View File

@ -69,7 +69,7 @@ derived from the Python license.
setup (# Distribution meta-data
name = "MySQL-python",
version = "0.3.0",
version = "0.3.2",
description = "An interface to MySQL",
long_description=long_description,
author = "Andy Dustman",