diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /databases/py-MySQLdb-devel/pkg-descr | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'databases/py-MySQLdb-devel/pkg-descr')
-rw-r--r-- | databases/py-MySQLdb-devel/pkg-descr | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/py-MySQLdb-devel/pkg-descr b/databases/py-MySQLdb-devel/pkg-descr deleted file mode 100644 index 5c4095d67f35..000000000000 --- a/databases/py-MySQLdb-devel/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -You can easily access a MySQL database through the Python MySQL module. - -This module should be mostly compatible with an older interface written by -Joe Skinner and others. However, the older version is - - a) not thread-friendly (database operations could cause all other threads to - block), - b) written for MySQL 3.21 (does not compile against newer versions without - patches), - c) apparently not actively maintained. - -MySQLdb is a completely new module, distributed free of charge under a license -derived from the Python license. - -WWW: http://dustman.net/andy/python/ |