[Python-Dev] A small patch.

Alexander Belopolsky alexander.belopolsky at gmail.com
Wed Nov 6 22:30:51 CET 2013


On Wed, Nov 6, 2013 at 3:43 PM, Antoine Pitrou <solipsis at pitrou.net> wrote:

> Besides, if it's an assertion it's only an internal helper to check
> implementation correctness. If it's an error that can be caused by
> erroneous user data, it should be replaced with the proper exception class
> (perhaps ValueError).


As far as I can tell, the only way to trigger this assertion is to call
internal _days_in_month() function directly - something that users should
not do.  For a public function with similar functionality look at
calendar.monthrange(
).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20131106/b05ebfe8/attachment-0001.html>


More information about the Python-Dev mailing list