
2 Feb
2015
2 Feb
'15
11:32 a.m.
On Mon, Feb 2, 2015, at 10:27, Thomas Güttler wrote:
Infinite what?
Integer
A infinite timedelta could be created like this:
datetime.timedelta(days=infinite)
Thomas Güttler
You'd still have to decide how to represent it, since timedelta doesn't internally use PyLongObject. (I've asked why these types don't support the unbounded range of integers before, and was told "YAGNI".)