From 6721c7c3b2b25a76b76c1660e8da5efdefd91122 Mon Sep 17 00:00:00 2001 From: Xiang Zhang Date: Tue, 27 Dec 2016 12:23:59 +0800 Subject: Issue #29078: Add the missing import in datetime.time doc example. Patch by Dhushyanth Ramasamy. --- Doc/library/datetime.rst | 2 +- Misc/ACKS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index b42e38d..4f3cfe3 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1460,7 +1460,7 @@ Instance methods: Example: - >>> from datetime import time, tzinfo + >>> from datetime import time, tzinfo, timedelta >>> class GMT1(tzinfo): ... def utcoffset(self, dt): ... return timedelta(hours=1) diff --git a/Misc/ACKS b/Misc/ACKS index e4b86390..66c3660 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1677,7 +1677,6 @@ Nickolai Zeldovich Yuxiao Zeng Uwe Zessin Cheng Zhang -Xiang Zhang Kai Zhu Tarek Ziadé Jelle Zijlstra @@ -1686,3 +1685,4 @@ Doug Zongker Peter Åstrand evilzero Chi Hsuan Yen +Dhushyanth Ramasamy -- cgit v0.12