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.17:16:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474910217.74.0.554136972313.issue28253@psf.upfronthosting.co.za>
In-reply-to
Content
On the second thought, I don't see why itermonthdays2() and itermonthdays() need to use itermonthdates() at all.  It looks like it is easy to implement those using monthrange() and some simple integer arithmetics.
History
Date User Action Args
2016-09-26 17:16:57belopolskysetrecipients: + belopolsky, rhettinger, serhiy.storchaka, xiang.zhang, jiangping.li
2016-09-26 17:16:57belopolskysetmessageid: <1474910217.74.0.554136972313.issue28253@psf.upfronthosting.co.za>
2016-09-26 17:16:57belopolskylinkissue28253 messages
2016-09-26 17:16:57belopolskycreate