[issue21221] Minor struct_time documentation bug

2016-01-03 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: docs@python -> orsenthil nosy: +orsenthil resolution: -> fixed status: open -> closed versions: +Python 3.6 ___ Python tracker ___

[issue21221] Minor struct_time documentation bug

2016-01-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset f7324e5935f8 by Senthil Kumaran in branch '2.7': Backport doc improvements for Issue21221 - Explain the usage of tm_isdst https://hg.python.org/cpython/rev/f7324e5935f8 -- ___ Python tracker

[issue21221] Minor struct_time documentation bug

2016-01-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset fae779a811ec by Senthil Kumaran in branch '3.4': Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid https://hg.python.org/cpython/rev/fae779a811ec New changeset 3b7a7ea1214c by Senthil Kumaran in branch '3.5': merge from 3.4

[issue21221] Minor struct_time documentation bug

2014-05-12 Thread Jakub Wilk
Changes by Jakub Wilk : -- nosy: +jwilk ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue21221] Minor struct_time documentation bug

2014-05-11 Thread Rose Ames
Rose Ames added the comment: Thanks for the quick feedback! Altered to "A value of -1..." -- nosy: +superluser Added file: http://bugs.python.org/file35219/tm_isdst2.patch ___ Python tracker __

[issue21221] Minor struct_time documentation bug

2014-05-10 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: > .. 0 when it is not. -1 indicates that .. It does not read well when the sentence starts with a number. Consider rephrasing as "The value of -1 .." or something like that. -- ___ Python tracker

[issue21221] Minor struct_time documentation bug

2014-05-10 Thread Rose Ames
Changes by Rose Ames : -- keywords: +patch Added file: http://bugs.python.org/file35211/tm_isdst.patch ___ Python tracker ___ ___ Pyth

[issue21221] Minor struct_time documentation bug

2014-04-20 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue21221] Minor struct_time documentation bug

2014-04-19 Thread R. David Murray
Changes by R. David Murray : -- nosy: +belopolsky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue21221] Minor struct_time documentation bug

2014-04-14 Thread Andrew Scheller
New submission from Andrew Scheller: The documentation for time.struct_time (in Doc/library/time.rst) explains tm_isdst as "0, 1 or -1; see below" but then doesn't really go into further detail below, other than to say "A -1 argument as the daylight savings flag, passed to mktime() will usuall