summaryrefslogtreecommitdiff
path: root/databases/py-MySQLdb-devel/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /databases/py-MySQLdb-devel/pkg-descr
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.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/