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 eric.araujo, pje, r.david.murray, riffm
Date 2011-01-18.19:53:12
SpamBayes Score 6.894095e-06
Marked as misclassified No
Message-id <1295380394.63.0.744308862609.issue10935@psf.upfronthosting.co.za>
In-reply-to
Content
OK.  So he is saying that when the spec says "an object of type str" he means 'type(x) is str' as opposed to 'isinstance(x, str)'.  I would naively have expected the latter, as other people clearly do as well.  I didn't participate in any of the discussions that led to this decision, so I won't pursue it further, but it does break the expectation that many people have about how python programs work, so I expect we'll be seeing this bug report again sometime :)
History
Date User Action Args
2011-01-18 19:53:14r.david.murraysetrecipients: + r.david.murray, pje, eric.araujo, riffm
2011-01-18 19:53:14r.david.murraysetmessageid: <1295380394.63.0.744308862609.issue10935@psf.upfronthosting.co.za>
2011-01-18 19:53:12r.david.murraylinkissue10935 messages
2011-01-18 19:53:12r.david.murraycreate