Mercurial > p > mysql-python > mysqldb-2
comparison metadata.cfg @ 2:c0d1fc0429ce MySQLdb
Smashed _mysql.c with a great big hammer and got some smaller,
more managable pieces.
author | adustman |
---|---|
date | Fri, 07 Apr 2006 05:06:01 +0000 |
parents | e48810735f11 |
children | b5a377255eea |
comparison
equal
deleted
inserted
replaced
1:e51bc565a529 | 2:c0d1fc0429ce |
---|---|
1 [metadata] | 1 [metadata] |
2 version: 1.2.1 | 2 version: 1.3.0 |
3 version_info: (1,2,1,'final',1) | 3 version_info: (1,3,0,'final',0) |
4 description: Python interface to MySQL | 4 description: Python interface to MySQL |
5 long_description: | 5 long_description: |
6 ========================= | 6 ========================= |
7 Python interface to MySQL | 7 Python interface to MySQL |
8 ========================= | 8 ========================= |
14 | 14 |
15 - Thread-safety | 15 - Thread-safety |
16 | 16 |
17 - Thread-friendliness (threads will not block each other) | 17 - Thread-friendliness (threads will not block each other) |
18 | 18 |
19 MySQL-3.23 through 5.0 and Python-2.3 through 2.4 are currently | 19 MySQL-3.23 through 5.1 and Python-2.3 through 2.4 are currently |
20 supported. | 20 supported. |
21 | 21 |
22 MySQLdb is `Free Software`_. | 22 MySQLdb is `Free Software`_. |
23 | 23 |
24 .. _MySQL: http://www.mysql.com/ | 24 .. _MySQL: http://www.mysql.com/ |