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 brian.curtin
Recipients brian.curtin, eric.araujo, ezio.melotti, georg.brandl, mangus.wahberg
Date 2010-03-31.17:23:56
SpamBayes Score 0.023935178
Marked as misclassified No
Message-id <1270056238.41.0.627248751206.issue8225@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch. That was intended to be a single tuple because the other check above is a tuple, but because this really only checks one thing it could be a != until its necessary to be a tuple. I'll fix it.
History
Date User Action Args
2010-03-31 17:23:58brian.curtinsetrecipients: + brian.curtin, georg.brandl, ezio.melotti, eric.araujo, mangus.wahberg
2010-03-31 17:23:58brian.curtinsetmessageid: <1270056238.41.0.627248751206.issue8225@psf.upfronthosting.co.za>
2010-03-31 17:23:56brian.curtinlinkissue8225 messages
2010-03-31 17:23:56brian.curtincreate