Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8a1aeb

Browse files
committed
Issue #29078: Merge 3.5.
2 parents a8803d2 + 6721c7c commit b8a1aeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ Instance methods:
15821582

15831583
Example:
15841584

1585-
>>> from datetime import time, tzinfo
1585+
>>> from datetime import time, tzinfo, timedelta
15861586
>>> class GMT1(tzinfo):
15871587
... def utcoffset(self, dt):
15881588
... return timedelta(hours=1)

Misc/ACKS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,11 +1704,11 @@ Nickolai Zeldovich
17041704
Yuxiao Zeng
17051705
Uwe Zessin
17061706
Cheng Zhang
1707-
Xiang Zhang
17081707
Kai Zhu
17091708
Tarek Ziadé
17101709
Jelle Zijlstra
17111710
Gennadiy Zlobin
17121711
Doug Zongker
17131712
Peter Åstrand
17141713
evilzero
1714+
Dhushyanth Ramasamy

0 commit comments

Comments
 (0)