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 amaury.forgeotdarc
Recipients JBernardo, amaury.forgeotdarc, benjamin.peterson, daniel.urban, eric.araujo, georg.brandl, mark.dickinson
Date 2012-07-05.22:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341526249.57.0.1271372416.issue15245@psf.upfronthosting.co.za>
In-reply-to
Content
I like the 'safe_names' idea, but is this patch supposed to work?

>>> isinstance(None, Ellipsis)
TypeError: isinstance() arg 2 must be a type or tuple of types
History
Date User Action Args
2012-07-05 22:10:49amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, georg.brandl, mark.dickinson, benjamin.peterson, eric.araujo, daniel.urban, JBernardo
2012-07-05 22:10:49amaury.forgeotdarcsetmessageid: <1341526249.57.0.1271372416.issue15245@psf.upfronthosting.co.za>
2012-07-05 22:10:49amaury.forgeotdarclinkissue15245 messages
2012-07-05 22:10:48amaury.forgeotdarccreate