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 serhiy.storchaka
Recipients asocia, belopolsky, rhettinger, serhiy.storchaka
Date 2018-12-04.13:41:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543930872.49.0.788709270274.issue35406@psf.upfronthosting.co.za>
In-reply-to
Content
nextmonth() is not a public API. You should not use it.

If you want to make IllegalMonthError be always raised instead of IndexError for out of range month values, this is a different issue.
History
Date User Action Args
2018-12-04 13:41:12serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, belopolsky, asocia
2018-12-04 13:41:12serhiy.storchakasetmessageid: <1543930872.49.0.788709270274.issue35406@psf.upfronthosting.co.za>
2018-12-04 13:41:12serhiy.storchakalinkissue35406 messages
2018-12-04 13:41:12serhiy.storchakacreate