Issue 10699: fix incorrect help doc with time.tzset (original) (raw)

Issue10699

Created on 2010-12-13 23:07 by ngie, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix-timemodule-helpdoc.patch ngie,2010-12-13 23:07
Messages (2)
msg123908 - (view) Author: Enji Cooper (ngie) * Date: 2010-12-13 23:07
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.
msg123914 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-12-14 00:57
Thanks. Fixed in py3k in r87221. I'll backport it when I backport my other doc updates. FYI, 'trunk' is no longer a live branch. Development trunk is now py3k. 2.6 only gets security fixes.
History
Date User Action Args
2022-04-11 14:57:10 admin set github: 54908
2010-12-14 00:58:01 r.david.murray set title: [patch] fix incorrect help doc with time.tzset -> fix incorrect help doc with time.tzset
2010-12-14 00:57:41 r.david.murray set status: open -> closedtype: behaviorversions: + Python 3.1, - Python 2.6, Python 3.3nosy: + r.david.murraymessages: + resolution: fixedstage: resolved
2010-12-13 23:07:10 ngie create