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 ajaksu2, akira, belopolsky, brett.cannon, daniel.urban, doerwalter, eric.araujo, ggenellina, kawai, l0nwlf, mark.dickinson, pitrou, r.david.murray, rafe, techtonik, tim.peters
Date 2010-06-13.18:18:35
SpamBayes Score 0.0002344995
Marked as misclassified No
Message-id <1276453124.35.0.302541902469.issue5094@psf.upfronthosting.co.za>
In-reply-to
Content
issue5094g.diff addresses all Mark's suggestions except making struct definition public.  I also made a few other changes:

1. Constructor now raises TypeError when offset is not a timedelta instead of ValueError in previous version.

2. NEWS entry no longer says that argument is ignored by tzinfo methods implemented in timezone.  (Since these methods now check the type of the argument, it would be misleading to say that arg is ignored.)

3. Added some more tests for error cases.

4. Added ACK for Rafe Kaplan as the author of the original patch.
History
Date User Action Args
2010-06-13 18:18:44belopolskysetrecipients: + belopolsky, tim.peters, doerwalter, brett.cannon, mark.dickinson, ggenellina, pitrou, techtonik, ajaksu2, kawai, eric.araujo, r.david.murray, rafe, daniel.urban, l0nwlf, akira
2010-06-13 18:18:44belopolskysetmessageid: <1276453124.35.0.302541902469.issue5094@psf.upfronthosting.co.za>
2010-06-13 18:18:42belopolskylinkissue5094 messages
2010-06-13 18:18:42belopolskycreate