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 Antony.Lee, r.david.murray
Date 2016-05-31.00:50:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464655818.26.0.177939766892.issue27161@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think so.  Python uses duck typing, and one of the consequences of that is you can get weird errors if you pass in a type that sort-of-works but doesn't really.  Arbitrarily restricting the input type is not something we do (that's what the whole static type checking thing is about...doing that as an external lint process.)
History
Date User Action Args
2016-05-31 00:50:18r.david.murraysetrecipients: + r.david.murray, Antony.Lee
2016-05-31 00:50:18r.david.murraysetmessageid: <1464655818.26.0.177939766892.issue27161@psf.upfronthosting.co.za>
2016-05-31 00:50:18r.david.murraylinkissue27161 messages
2016-05-31 00:50:17r.david.murraycreate