On Mon, Jul 27, 2015 at 11:05 AM, Paul Moore <p.f.mo...@gmail.com> wrote: > Am I right to think that because you say "implement calendar > operations" this is not, as far as you are aware, something that > already exists in the stdlib (outside of datetime)? I'm certainly not > aware of an alternative way of doing it.
Right, I think you need to use relativedelta (or rrule) from dateutil, unless you want to do it yourself, which of course in most cases is quite easy. //Lennart _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com