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 ezio.melotti, mrabarnett, pitrou, serhiy.storchaka, vstinner
Date 2014-09-18.13:23:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411046608.61.0.666754680195.issue19380@psf.upfronthosting.co.za>
In-reply-to
Content
"is not None" is more readable, though. When using plain boolean testing, it's never obvious whether you can have a zero-length string, a null number, etc.
History
Date User Action Args
2014-09-18 13:23:28pitrousetrecipients: + pitrou, vstinner, ezio.melotti, mrabarnett, serhiy.storchaka
2014-09-18 13:23:28pitrousetmessageid: <1411046608.61.0.666754680195.issue19380@psf.upfronthosting.co.za>
2014-09-18 13:23:28pitroulinkissue19380 messages
2014-09-18 13:23:28pitroucreate