[Python-ideas] [Python-Dev] Issue5434: datetime.monthdelta

Jess Austin jess.austin at gmail.com
Fri Apr 17 00:35:59 CEST 2009


On Thu, Apr 16, 2009 at 4:50 PM, Eric Smith <eric at trueblade.com> wrote:
> Jess Austin wrote:
>>
>> What other behavior options besides "last-valid-day-of-the-month"
>> would you like to see?
>
> - Add 30 days to the source date.
> I'm sure there are others.

Python can do this already:

dt + timedelta(30)

> Followups to python-ideas.

This is fine with me, and I have joined -ideas now.  I do still hope
that an experienced core developer will have the time to comment on
the code itself, but it might be best to get discussion of alternate
functionality off -dev.

cheers,
Jess



More information about the Python-ideas mailing list