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 Rodolpho.Eckhardt, belopolsky, docs@python, fdrake, henriquebastos, rbp, techtonik, tim.peters
Date 2010-11-20.19:56:10
SpamBayes Score 0.000517792
Marked as misclassified No
Message-id <1290282971.88.0.0229491054357.issue9305@psf.upfronthosting.co.za>
In-reply-to
Content
On the second reading, I have a few issues with the patch.

1. Please run makepatcheck.  There are whitespace issues in datetime.rst.
2. In docstrings, you remove the information about the sign.  I would not mind leaving docstrings the way they are.  Otherwise, please add a short sentence explaining the sign of utcoffset and dst.
3. "This represents the offset in minutes that must be added to the local time zone to follow DST rules."   This unclear.  DST offset is added to the "standard time", not "local time zone".  (I am not sure if "standard time" is defined in the manual, though.)  Also, "in minutes" is not necessary - timedelta carries the units. You can add that only offsets that are multiples of a minute are supported.
History
Date User Action Args
2010-11-20 19:56:11belopolskysetrecipients: + belopolsky, tim.peters, fdrake, techtonik, rbp, docs@python, henriquebastos, Rodolpho.Eckhardt
2010-11-20 19:56:11belopolskysetmessageid: <1290282971.88.0.0229491054357.issue9305@psf.upfronthosting.co.za>
2010-11-20 19:56:10belopolskylinkissue9305 messages
2010-11-20 19:56:10belopolskycreate