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 vladris
Recipients jnoller, pitrou, vladris
Date 2011-10-02.23:37:29
SpamBayes Score 9.325378e-07
Marked as misclassified No
Message-id <1317598650.93.0.651603368224.issue5001@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the quick review! I attached second iteration addressing feedback + changed all occurrences of checks like "type(x) is y" to "isinstance(x, y)".

I would appreciate a second look because this patch has many small changes and even though I ran full test suit which passed, I'm afraid I made a typo somewhere :)
History
Date User Action Args
2011-10-02 23:37:31vladrissetrecipients: + vladris, pitrou, jnoller
2011-10-02 23:37:30vladrissetmessageid: <1317598650.93.0.651603368224.issue5001@psf.upfronthosting.co.za>
2011-10-02 23:37:30vladrislinkissue5001 messages
2011-10-02 23:37:30vladriscreate