[issue5434] datetime.monthdelta

Jess Austin report at bugs.python.org
Tue Jun 1 18:40:18 CEST 2010


Jess Austin <jess.austin at gmail.com> added the comment:

Yeah, the masses have spoken, and their silence is deafening.  I was going to downplay the "health" of the package based on the number of downloads, but then I looked at the "futures" page.  b^)  Seriously, getting this in would require a core developer wanting it in, and at this point it seems none do.

On the subject of float operations, while there may be some question about the integerness or floatness of timedelta, monthdelta is definitely an integer.  As monthdelta already supports multiplication by integers and floor division by integers or monthdeltas, I don't see anything missing.  To use monthdeltas with floats is to miss the point entirely.

----------
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5434>
_______________________________________


More information about the Python-bugs-list mailing list