[issue29078] Example in Section 8.1.5 time Objects is broken

2016-12-26 Thread Xiang Zhang
Xiang Zhang added the comment: > Signed the CLA, but looks like it may take two days to reflect. Thanks. This change is trivial so I can push it first. ;-) -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tr

[issue29078] Example in Section 8.1.5 time Objects is broken

2016-12-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 878a91174e74 by Xiang Zhang in branch '2.7': Issue #29078: Add the missing import in datetime.time doc example. https://hg.python.org/cpython/rev/878a91174e74 New changeset 172b2ac82037 by Xiang Zhang in branch '3.5': Issue #29078: Add the missing i

[issue29078] Example in Section 8.1.5 time Objects is broken

2016-12-26 Thread Dhushyanth Ramasamy
Dhushyanth Ramasamy added the comment: Hi Xiang, Signed the CLA, but looks like it may take two days to reflect. -- Added file: http://bugs.python.org/file46049/Python Contributor Agreement Form - signed.pdf ___ Python tracker

[issue29078] Example in Section 8.1.5 time Objects is broken

2016-12-26 Thread Xiang Zhang
Xiang Zhang added the comment: LGTM. Thanks for your work Dhushyanth! It's appreciated if you could sign the CLA: https://www.python.org/psf/contrib/contrib-form/. -- assignee: docs@python -> xiang.zhang nosy: +xiang.zhang stage: -> commit review versions: -Python 3.3, Python 3.4 __

[issue29078] Example in Section 8.1.5 time Objects is broken

2016-12-26 Thread Dhushyanth Ramasamy
New submission from Dhushyanth Ramasamy: The example doesn't import timedelta. This causes an error when attempting to run the example in the interactive window. -- assignee: docs@python components: Documentation files: datetime.patch keywords: patch messages: 284042 nosy: docs@python,