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 akira, r.david.murray, serhiy.storchaka
Date 2014-10-23.14:32:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414074742.29.0.430996226493.issue22709@psf.upfronthosting.co.za>
In-reply-to
Content
I actually agree that this should be applied not only for backward compatibility reasons, but because it is better duck typing.  It unfortunately leaves code still having to potentially deal with "if python version is 3.4.1 or 3.4.2", but there is nothing that can be done about that.
History
Date User Action Args
2014-10-23 14:32:22r.david.murraysetrecipients: + r.david.murray, akira, serhiy.storchaka
2014-10-23 14:32:22r.david.murraysetmessageid: <1414074742.29.0.430996226493.issue22709@psf.upfronthosting.co.za>
2014-10-23 14:32:22r.david.murraylinkissue22709 messages
2014-10-23 14:32:22r.david.murraycreate