#18466: merge with 3.3.

This commit is contained in:
Ezio Melotti 2013-08-17 16:58:13 +03:00
commit a7e7497d88
12 changed files with 12 additions and 12 deletions

View file

@ -250,7 +250,7 @@ class TestTimeZone(unittest.TestCase):
t.replace(tzinfo=tz).dst())
#############################################################################
# Base clase for testing a particular aspect of timedelta, time, date and
# Base class for testing a particular aspect of timedelta, time, date and
# datetime comparisons.
class HarmlessMixedComparison: