summaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb-devel/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /databases/py-MySQLdb-devel/pkg-descr
parentA 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-descr15
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/