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 ajaksu2, brian.curtin, denversc, dstanek, eric.araujo, ezio.melotti, ipatrol, jackdied, jjlee, jorend, koder_ua, orsenthil, pitrou, poke, python-dev, santoso.wijaya
Date 2011-10-17.13:07:26
SpamBayes Score 0.09102377
Marked as misclassified No
Message-id <1318856848.26.0.123606545428.issue1673007@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch changes one occurrence of ugly whitespace, changes “not x == y” to “x != y” and “not x in y” to “x not in y”.  Senthil, feel free to apply none, some or all of these minor cleanups.
History
Date User Action Args
2011-10-17 13:07:28eric.araujosetrecipients: + eric.araujo, jjlee, jorend, orsenthil, pitrou, dstanek, jackdied, ajaksu2, koder_ua, ezio.melotti, brian.curtin, poke, ipatrol, santoso.wijaya, denversc, python-dev
2011-10-17 13:07:28eric.araujosetmessageid: <1318856848.26.0.123606545428.issue1673007@psf.upfronthosting.co.za>
2011-10-17 13:07:27eric.araujolinkissue1673007 messages
2011-10-17 13:07:27eric.araujocreate