Kaydet (Commit) 312141c5 authored tarafından Tim Peters's avatar Tim Peters

Purged reference to defunct datetimetz.

üst 663004bb
......@@ -117,7 +117,7 @@ class USTimeZone(tzinfo):
if dt is None or dt.tzinfo is None:
# An exception may be sensible here, in one or both cases.
# It depends on how you want to treat them. The astimezone()
# implementation always passes a datetimetz with
# implementation always passes a datetime with
# dt.tzinfo == self.
return ZERO
assert dt.tzinfo is self
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment