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 belopolsky
Recipients belopolsky, jiangping.li, rhettinger, serhiy.storchaka, xiang.zhang
Date 2016-09-26.20:26:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474921588.2.0.299555758712.issue28253@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching the proposed reimplementation of itermonthdays2() and itermonthdays().  It does not use itermonthdates() and is not that complicated.  It passes test_calendar, but I did not test it further than that.

I would rather not mess up with itermonthdates(), particularly in a bugfix release.  We can postpone the discussion of a better way to handle date over/underflow in itermonthdates() until 3.7.
History
Date User Action Args
2016-09-26 20:26:28belopolskysetrecipients: + belopolsky, rhettinger, serhiy.storchaka, xiang.zhang, jiangping.li
2016-09-26 20:26:28belopolskysetmessageid: <1474921588.2.0.299555758712.issue28253@psf.upfronthosting.co.za>
2016-09-26 20:26:28belopolskylinkissue28253 messages
2016-09-26 20:26:28belopolskycreate