[Python-Dev] Issue5434: datetime.monthdelta (original) (raw)

James Pye lists at jwp.name
Thu Apr 16 11:44:14 CEST 2009


On Apr 16, 2009, at 1:10 AM, Oleg Broytmann wrote:

This patch adds a "monthdelta" class and a "monthmod" function to the datetime module. The monthdelta class is much like the existing timedelta class, except that it represents months offset from a date, rather than an exact period offset from a date. I'd rather see the code merged with timedelta: timedelta(months=n).

+1



More information about the Python-Dev mailing list