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 pitrou
Recipients benjamin.peterson, ezio.melotti, flox, pitrou, rgammans
Date 2010-01-29.18:46:36
SpamBayes Score 0.17205358
Marked as misclassified No
Message-id <1264790798.3.0.233756966612.issue7624@psf.upfronthosting.co.za>
In-reply-to
Content
"subtype == _InstanceType" can probably be replaced with "subtype is _InstanceType". Otherwise, the patch looks good to me.
History
Date User Action Args
2010-01-29 18:46:38pitrousetrecipients: + pitrou, benjamin.peterson, ezio.melotti, flox, rgammans
2010-01-29 18:46:38pitrousetmessageid: <1264790798.3.0.233756966612.issue7624@psf.upfronthosting.co.za>
2010-01-29 18:46:36pitroulinkissue7624 messages
2010-01-29 18:46:36pitroucreate