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 elazar
Recipients elazar, ronaldoussoren
Date 2013-05-28.08:28:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369729730.76.0.482393970055.issue18077@psf.upfronthosting.co.za>
In-reply-to
Content
Is it standard procedure to raise an unrelated exception in when an invalid parameter is passed? I did not encounter any other library function that behaves like this. Especially taking the fact that this is the normal usage in python3. 

How do I supposed to *know* this is not a bug? I can't find similar behavior in other library functions. An IndexError and a traceback *inside the library* does not help.
History
Date User Action Args
2013-05-28 08:28:50elazarsetrecipients: + elazar, ronaldoussoren
2013-05-28 08:28:50elazarsetmessageid: <1369729730.76.0.482393970055.issue18077@psf.upfronthosting.co.za>
2013-05-28 08:28:50elazarlinkissue18077 messages
2013-05-28 08:28:50elazarcreate