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.

作者 belopolsky
收信人 ajaksu2, akira, belopolsky, brett.cannon, daniel.urban, doerwalter, eric.araujo, ggenellina, kawai, l0nwlf, mark.dickinson, pitrou, r.david.murray, rafe, techtonik, tim.peters
日期 2010-06-13.18:18:35
SpamBayes Score 0.0002344995
Marked as misclassified
Message-id <1276453124.35.0.302541902469.issue5094@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-06-13 18:18:44belopolsky修改recipients: + 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:44belopolsky修改messageid: <1276453124.35.0.302541902469.issue5094@psf.upfronthosting.co.za>
2010-06-13 18:18:42belopolsky链接issue5094 messages
2010-06-13 18:18:42belopolsky创建