Rip out _mysql.field_*() methods, as MySQL recommends using SQL

instead. See C API docs.
This commit is contained in:
adustman
2001-05-25 20:40:24 +00:00
parent 494a6b1045
commit c1c89cc543
4 changed files with 1 additions and 84 deletions

View File

@ -75,7 +75,7 @@ MySQLdb. MySQLdb is free software.
setup (# Distribution meta-data
name = "MySQL-python",
version = "0.9.0c1",
version = "0.9.0c2",
description = "An interface to MySQL",
long_description=long_description,
author = "Andy Dustman",