This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author veky
Recipients Mital Ashok, python-dev, veky
Date 2022-01-29.22:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643495954.75.0.582155401326.issue46574@roundup.psfhosted.org>
In-reply-to
Content
At one moment, I had a need for 

    itertools.count(datetime.date.today(), datetime.timedelta(days=1))

Of course, it was no problem to write it myself, but still, it would be incredibly neat if it simply worked.
History
Date User Action Args
2022-01-29 22:39:14vekysetrecipients: + veky, python-dev, Mital Ashok
2022-01-29 22:39:14vekysetmessageid: <1643495954.75.0.582155401326.issue46574@roundup.psfhosted.org>
2022-01-29 22:39:14vekylinkissue46574 messages
2022-01-29 22:39:14vekycreate