Alexander Belopolsky added the comment:

Éric> do you think there is a need to check python-ideas or python-dev before 
working on this?

Yes, I think this is python-ideas material.  IMHO, what should be added to 
datetime module in 3.4 is ability to construct date/time objects from their 
str() representation:

assert time(str(t)) == t
assert date(str(d)) == d
assert datetime(str(dt)) == dt

I am not sure the same is needed for timedelta, but this can be discussed.

Implementation of any external to python standard should be wetted at PyPI 
first.  There may be a reason why there is no rfc3339.py module on PyPI.

----------

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

Reply via email to