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 p-ganssle
Recipients asocia, belopolsky, p-ganssle, rhettinger, serhiy.storchaka, thatiparthy
Date 2018-12-04.15:37:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543937836.26.0.788709270274.issue35406@psf.upfronthosting.co.za>
In-reply-to
Content
Might it be worth moving `nextmonth` and `prevmonth` to `calendar._nextmonth` and `calendar._prevmonth` to make it more clear that these are private methods?

Due to Hyrum's Law, people will be using them anyway, but it could have a short deprecation period where `calendar.nextmonth` and `calendar.prevmonth` raise DeprecationWarning and then call `calendar._nextmonth` and `calendar._prevmonth`.
History
Date User Action Args
2018-12-04 15:37:16p-gansslesetrecipients: + p-ganssle, rhettinger, belopolsky, serhiy.storchaka, thatiparthy, asocia
2018-12-04 15:37:16p-gansslesetmessageid: <1543937836.26.0.788709270274.issue35406@psf.upfronthosting.co.za>
2018-12-04 15:37:16p-gansslelinkissue35406 messages
2018-12-04 15:37:16p-gansslecreate