Mercurial > p > mysql-python > mysqldb-2
annotate MANIFEST.in @ 73:24fa6a40c706 MySQLdb
Added a simple_fetch_row() to the result object that simply returns one row
as a tuple of strings (or None for NULL values). Result objects are also
now iterators which internally use simple_fetch_row().
author | adustman |
---|---|
date | Fri, 19 Feb 2010 02:21:11 +0000 |
parents | 7b67220c5109 |
children |
rev | line source |
---|---|
0 | 1 recursive-include doc *.txt |
2 include MANIFEST.in | |
3 include MANIFEST | |
4 include ChangeLog | |
3 | 5 include HISTORY |
0 | 6 include GPL |
18
d55bfb1a4701
Tons of changes from major refactoring/cleanup. This is all really broken
adustman
parents:
9
diff
changeset
|
7 recursive-include tests *.py |
0 | 8 include metadata.cfg |
9 include site.cfg | |
7 | 10 include setup_*.py |
9
0e37ee00beb7
Merge changes from 1.2 branch (r470:483): Mostly build-related.
adustman
parents:
7
diff
changeset
|
11 include ez_setup.py |