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 serhiy.storchaka
Recipients adpoliak, serhiy.storchaka
Date 2012-03-21.06:15:18
SpamBayes Score 0.10077897
Marked as misclassified No
Message-id <1332310519.57.0.95392845868.issue14377@psf.upfronthosting.co.za>
In-reply-to
Content
-            if long_xml or text or len(elem):
+            if text or len(elem) or long_xml:

Use alternatives in order of decreasing probability.
History
Date User Action Args
2012-03-21 06:15:19serhiy.storchakasetrecipients: + serhiy.storchaka, adpoliak
2012-03-21 06:15:19serhiy.storchakasetmessageid: <1332310519.57.0.95392845868.issue14377@psf.upfronthosting.co.za>
2012-03-21 06:15:19serhiy.storchakalinkissue14377 messages
2012-03-21 06:15:18serhiy.storchakacreate