diff 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
line wrap: on
line diff
--- a/metadata.cfg	Sun Feb 11 21:36:29 2007 +0000
+++ b/metadata.cfg	Mon Feb 26 00:55:29 2007 +0000
@@ -6,21 +6,21 @@
         =========================
         Python interface to MySQL
         =========================
-        
+        \n
         MySQLdb is an interface to the popular MySQL_ database server for
         Python.  The design goals are:
-        
+        \n
         - Compliance with Python database API version 2.0 [PEP-0249]_
-        
+        \n
         - Thread-safety
-        
+        \n
         - Thread-friendliness (threads will not block each other) 
-        
+        \n
         MySQL-3.23 through 5.1 and Python-2.3 through 2.5 are currently
         supported.
-        
+        \n
         MySQLdb is `Free Software`_.
-        
+        \n
         .. _MySQL: http://www.mysql.com/
         .. _`Free Software`: http://www.gnu.org/
         .. [PEP-0249] http://www.python.org/peps/pep-0249.html