mirror of
https://github.com/python/cpython.git
synced 2025-12-01 15:24:51 +00:00
Issue #29078: Merge 3.6.
This commit is contained in:
commit
b3b01c3248
2 changed files with 2 additions and 2 deletions
|
|
@ -1582,7 +1582,7 @@ Instance methods:
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
>>> from datetime import time, tzinfo
|
>>> from datetime import time, tzinfo, timedelta
|
||||||
>>> class GMT1(tzinfo):
|
>>> class GMT1(tzinfo):
|
||||||
... def utcoffset(self, dt):
|
... def utcoffset(self, dt):
|
||||||
... return timedelta(hours=1)
|
... return timedelta(hours=1)
|
||||||
|
|
|
||||||
|
|
@ -1707,7 +1707,6 @@ Nickolai Zeldovich
|
||||||
Yuxiao Zeng
|
Yuxiao Zeng
|
||||||
Uwe Zessin
|
Uwe Zessin
|
||||||
Cheng Zhang
|
Cheng Zhang
|
||||||
Xiang Zhang
|
|
||||||
Kai Zhu
|
Kai Zhu
|
||||||
Tarek Ziadé
|
Tarek Ziadé
|
||||||
Jelle Zijlstra
|
Jelle Zijlstra
|
||||||
|
|
@ -1715,3 +1714,4 @@ Gennadiy Zlobin
|
||||||
Doug Zongker
|
Doug Zongker
|
||||||
Peter Åstrand
|
Peter Åstrand
|
||||||
evilzero
|
evilzero
|
||||||
|
Dhushyanth Ramasamy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue