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 lemburg
Recipients benjamin.peterson, jjt009, lemburg
Date 2008-06-13.14:55:44
SpamBayes Score 0.011129333
Marked as misclassified No
Message-id <48528A6F.3040505@egenix.com>
In-reply-to <1213366813.38.0.381920397946.issue2912@psf.upfronthosting.co.za>
Content
On 2008-06-13 16:20, Benjamin Peterson wrote:
> Benjamin Peterson <musiccomposition@gmail.com> added the comment:
> 
> Ok. I ran it through reindent.py and removed the True and False.

Thanks, but the all() is still there :-)

You can change that to:

... or not filter(None, [system, node, release, version, machine]):

should work on all Python versions.
History
Date User Action Args
2008-06-13 14:55:45lemburgsetspambayes_score: 0.0111293 -> 0.011129333
recipients: + lemburg, benjamin.peterson, jjt009
2008-06-13 14:55:44lemburglinkissue2912 messages
2008-06-13 14:55:44lemburgcreate