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 xiang.zhang
Recipients belopolsky, bozo.kopic, ghaering, lemburg, serhiy.storchaka, xiang.zhang
Date 2017-01-13.10:50:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484304652.24.0.888843779004.issue29099@psf.upfronthosting.co.za>
In-reply-to
Content
I am okay with ValueError(actually I use it in the patch originally) but I am not in favour of catching the errors of the parser. The parser raises errors due to invalid data, not timezone. I think propagate it to users could make the reason more obvious.
History
Date User Action Args
2017-01-13 10:50:52xiang.zhangsetrecipients: + xiang.zhang, lemburg, ghaering, belopolsky, serhiy.storchaka, bozo.kopic
2017-01-13 10:50:52xiang.zhangsetmessageid: <1484304652.24.0.888843779004.issue29099@psf.upfronthosting.co.za>
2017-01-13 10:50:52xiang.zhanglinkissue29099 messages
2017-01-13 10:50:52xiang.zhangcreate