diff MySQLdb/constants/CLIENT.py @ 15:a275593a1630 MySQLdb

More doc fixes
author adustman
date Mon, 26 Feb 2007 18:59:22 +0000
parents e48810735f11
children
line wrap: on
line diff
--- a/MySQLdb/constants/CLIENT.py	Mon Feb 26 18:08:28 2007 +0000
+++ b/MySQLdb/constants/CLIENT.py	Mon Feb 26 18:59:22 2007 +0000
@@ -1,11 +1,14 @@
-"""MySQL CLIENT constants
+"""
+MySQL CLIENT constants
+----------------------
 
 These constants are used when creating the connection. Use bitwise-OR
 (|) to combine options together, and pass them as the client_flags
 parameter to MySQLdb.Connection. For more information on these flags,
 see the MySQL C API documentation for mysql_real_connect().
-
 """
+__revision__ = "$Revision$"[11:-2]
+__author__ = "$Author$"[9:-2]
 
 LONG_PASSWORD = 1
 FOUND_ROWS = 2