Martin Panter added the comment:

Mathieu: Maybe you haven’t seen some of the comments on your older patches. 
E.g. my comment on fromisoformat4.patch about improper use of “with 
self.assertRaises(...)” still stands.

Also, adding some documentation to the patch might help the likes of Anders 
figure out the scope of the change. I think we decided to parse RFC 3339’s 
“internet date and time format” profile of ISO 8601 with the date, time, and 
datetime classes, including tolerating arbitrary resolutions of fractions of 
seconds in the time, and parsing time zones.

I don’t think we need to test every combination of the other ISO 8601 formats. 
There are already a couple of negative tests. Are there any in particular you 
think are important to add?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15873>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to