projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
663004b
)
Purged reference to defunct datetimetz.
author
Tim Peters
<tim.peters@gmail.com>
Thu, 9 Jan 2003 19:52:17 +0000
(19:52 +0000)
committer
Tim Peters
<tim.peters@gmail.com>
Thu, 9 Jan 2003 19:52:17 +0000
(19:52 +0000)
Doc/lib/tzinfo-examples.py
patch
|
blob
|
history
diff --git
a/Doc/lib/tzinfo-examples.py
b/Doc/lib/tzinfo-examples.py
index 70a49667d4e005bd3ce1dc63a5d3fed23f3f7ba5..cea03097519c1acbbee14dd5093d064f9ed330e3 100644
(file)
--- a/
Doc/lib/tzinfo-examples.py
+++ b/
Doc/lib/tzinfo-examples.py
@@
-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 datetime
tz
with
+ # implementation always passes a datetime with
# dt.tzinfo == self.
return ZERO
assert dt.tzinfo is self