Mercurial > p > mysql-python > mysqldb-2
comparison metadata.cfg @ 9:0e37ee00beb7 MySQLdb
Merge changes from 1.2 branch (r470:483): Mostly build-related.
author | adustman |
---|---|
date | Mon, 26 Feb 2007 00:55:29 +0000 |
parents | b70cce9bd065 |
children | 3f4c6af70e52 |
comparison
equal
deleted
inserted
replaced
8:fa8974a41c76 | 9:0e37ee00beb7 |
---|---|
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 ========================= |
9 | 9 \n |
10 MySQLdb is an interface to the popular MySQL_ database server for | 10 MySQLdb is an interface to the popular MySQL_ database server for |
11 Python. The design goals are: | 11 Python. The design goals are: |
12 | 12 \n |
13 - Compliance with Python database API version 2.0 [PEP-0249]_ | 13 - Compliance with Python database API version 2.0 [PEP-0249]_ |
14 | 14 \n |
15 - Thread-safety | 15 - Thread-safety |
16 | 16 \n |
17 - Thread-friendliness (threads will not block each other) | 17 - Thread-friendliness (threads will not block each other) |
18 | 18 \n |
19 MySQL-3.23 through 5.1 and Python-2.3 through 2.5 are currently | 19 MySQL-3.23 through 5.1 and Python-2.3 through 2.5 are currently |
20 supported. | 20 supported. |
21 | 21 \n |
22 MySQLdb is `Free Software`_. | 22 MySQLdb is `Free Software`_. |
23 | 23 \n |
24 .. _MySQL: http://www.mysql.com/ | 24 .. _MySQL: http://www.mysql.com/ |
25 .. _`Free Software`: http://www.gnu.org/ | 25 .. _`Free Software`: http://www.gnu.org/ |
26 .. [PEP-0249] http://www.python.org/peps/pep-0249.html | 26 .. [PEP-0249] http://www.python.org/peps/pep-0249.html |
27 author: Andy Dustman | 27 author: Andy Dustman |
28 author_email: [email protected] | 28 author_email: [email protected] |