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 vinay.sajip
Recipients mschiess, python-dev, vinay.sajip
Date 2022-01-14.16:14:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642176854.34.0.381718921912.issue46377@roundup.psfhosted.org>
In-reply-to
Content
Unfortunately, you can't rely on people always doing "the sensible thing", for any number of good reasons. If a particular set of parameter values didn't cause failure, it is probably used somewhere.

Anyway, your problem goes away if interval == 1, right? If we were to tighten things up (e.g. disallowing interval > 1 with "midnight"), then it would have to be done on a deprecation cycle at the very least, ISTM.
History
Date User Action Args
2022-01-14 16:14:14vinay.sajipsetrecipients: + vinay.sajip, python-dev, mschiess
2022-01-14 16:14:14vinay.sajipsetmessageid: <1642176854.34.0.381718921912.issue46377@roundup.psfhosted.org>
2022-01-14 16:14:14vinay.sajiplinkissue46377 messages
2022-01-14 16:14:14vinay.sajipcreate