# HG changeset patch # User adustman # Date 1172510646 0 # Node ID eb90cceaee925199c34e581b153874e2342ae68c # Parent d68fe80ce1c3caab5cecf1ec2fcc88ba2af50d5a Keyword/property fixes diff -r d68fe80ce1c3 -r eb90cceaee92 MySQLdb/times.py --- a/MySQLdb/times.py Mon Feb 26 17:04:04 2007 +0000 +++ b/MySQLdb/times.py Mon Feb 26 17:24:06 2007 +0000 @@ -1,10 +1,14 @@ -"""times module +""" +times module +------------ -This module provides some Date and Time classes for dealing with MySQL data. +This module provides some help functions for dealing with MySQL data. +Most of these you will not have to use directly. -Use Python datetime module to handle date and time columns.""" +Uses Python datetime module to handle time-releated columns.""" __revision__ = "$ Revision: $"[11:-2] +__author__ = "$ Author: $"[9:-2] from time import localtime from datetime import date, datetime, time, timedelta