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 dilyan.palauzov
Recipients dilyan.palauzov, serhiy.storchaka
Date 2017-11-30.13:39:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512049146.85.0.213398074469.issue32180@psf.upfronthosting.co.za>
In-reply-to
Content
Under these circumstances https://wiki.python.org/moin/PythonSpeed/PerformanceTips shall be updated to state that 

"len('a list') > 0" is slower than "True if 'a list' else False"
History
Date User Action Args
2017-11-30 13:39:06dilyan.palauzovsetrecipients: + dilyan.palauzov, serhiy.storchaka
2017-11-30 13:39:06dilyan.palauzovsetmessageid: <1512049146.85.0.213398074469.issue32180@psf.upfronthosting.co.za>
2017-11-30 13:39:06dilyan.palauzovlinkissue32180 messages
2017-11-30 13:39:06dilyan.palauzovcreate