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 eric.araujo
Recipients brian.curtin, eric.araujo, ezio.melotti, georg.brandl, mangus.wahberg
Date 2010-03-31.16:33:08
SpamBayes Score 0.05111445
Marked as misclassified No
Message-id <1270053190.24.0.668905949559.issue8225@psf.upfronthosting.co.za>
In-reply-to
Content
Hello

Is it ok that the code checks “object.__name__ not in ('xml.etree')”? Looks like a failed single-item tuple to me. Besides, what about using a simple “!=”?

Regards
History
Date User Action Args
2010-03-31 16:33:10eric.araujosetrecipients: + eric.araujo, georg.brandl, ezio.melotti, brian.curtin, mangus.wahberg
2010-03-31 16:33:10eric.araujosetmessageid: <1270053190.24.0.668905949559.issue8225@psf.upfronthosting.co.za>
2010-03-31 16:33:08eric.araujolinkissue8225 messages
2010-03-31 16:33:08eric.araujocreate