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 r.david.murray
Recipients belopolsky, r.david.murray, shadikka
Date 2010-10-12.14:49:24
SpamBayes Score 9.940665e-06
Marked as misclassified No
Message-id <1286894966.69.0.241118546662.issue10073@psf.upfronthosting.co.za>
In-reply-to
Content
In Python we often don't type check, we just let errors happen.  It is true that it would make the problem clearer to do a type check and issue a specific error message, but I don't know if it is worth it.  (The error would already have been clear if it weren't for the fact that % is the string formatting operator...)
History
Date User Action Args
2010-10-12 14:49:26r.david.murraysetrecipients: + r.david.murray, belopolsky, shadikka
2010-10-12 14:49:26r.david.murraysetmessageid: <1286894966.69.0.241118546662.issue10073@psf.upfronthosting.co.za>
2010-10-12 14:49:24r.david.murraylinkissue10073 messages
2010-10-12 14:49:24r.david.murraycreate