[Python-Dev] A small patch.
Alexander Belopolsky
alexander.belopolsky at gmail.com
Wed Nov 6 22:30:51 CET 2013
More information about the Python-Dev mailing list
Wed Nov 6 22:30:51 CET 2013
- Previous message: [Python-Dev] A small patch.
- Next message: [Python-Dev] Avoid formatting an error message on attribute error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [Python-Dev] A small patch.
- Next message: [Python-Dev] Avoid formatting an error message on attribute error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list