This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, docs@python, eric.araujo, jafo
Date 2010-06-04.03:31:20
SpamBayes Score 0.0033998117
Marked as misclassified No
Message-id <1275622282.74.0.878800728613.issue8810@psf.upfronthosting.co.za>
In-reply-to
Content
> In this case, the docs.python.org link you point to seems
> to be correct, saying that it returns a timedelta.

This issue is specifically about ReST documentation, not the docstring. I explained in the opening comment that 'It is later explained that in fact "the value returned must be a timedelta object specifying a whole number of minutes", but many users won't read past the first sentence.'  Ironically, you not noticing that reaffirms my proposition that "many users won't read past the first sentence." :-)

Also, the documentation for tzinfo.dst is similarly unclear with ReST text slightly better than docstring.

Finally, please use rNNNNN form for revisions in commit comments.  These are converted to hyperlinks by the tracker.  For example, your commit comment would become:

  Committed to 2.7 in r81681 and 3.x in r81682.
History
Date User Action Args
2010-06-04 03:31:22belopolskysetrecipients: + belopolsky, jafo, eric.araujo, docs@python
2010-06-04 03:31:22belopolskysetmessageid: <1275622282.74.0.878800728613.issue8810@psf.upfronthosting.co.za>
2010-06-04 03:31:21belopolskylinkissue8810 messages
2010-06-04 03:31:20belopolskycreate