Add some support for MySQL-3.23 features.

Fixed a few miscellaneous things.
This commit is contained in:
adustman
2000-03-14 04:47:52 +00:00
parent b48664d4c9
commit abfd616405
3 changed files with 108 additions and 25 deletions

View File

@ -53,6 +53,7 @@ def main():
href="license.py"), " with it's lack of warranty\n" \
"statement."),
P(A("Download", href="."), " the friggin' thing."),
P("Read the ", A("FAQ",href="MySQLdb-FAQ.html")),
H2("Overview"),
P("MySQLdb is an interface to the popular ",
A("MySQL", href="http://www.mysql.net/mirrors.html"),