[issue10699] [patch] fix incorrect help doc with time.tzset

Garrett Cooper report at bugs.python.org
Tue Dec 14 00:07:12 CET 2010


New submission from Garrett Cooper <yanegomi at gmail.com>:

The following patch fixes the help docstring as time.tzset when called doesn't require any arguments (as noted in the source and also in the library documentation).

The patch produced was against trunk, but this appears to be an issue on release-maint26 and release-maint27 (and the patch applies cleanly) as the text is the same.

----------
assignee: docs at python
components: Documentation
files: fix-timemodule-helpdoc.patch
keywords: patch
messages: 123908
nosy: docs at python, yaneurabeya
priority: normal
severity: normal
status: open
title: [patch] fix incorrect help doc with time.tzset
versions: Python 2.6, Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file20033/fix-timemodule-helpdoc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10699>
_______________________________________


More information about the Python-bugs-list mailing list