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 r.david.murray
Recipients axw, ezio.melotti, r.david.murray
Date 2012-08-07.22:15:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344377758.84.0.88970436234.issue15579@psf.upfronthosting.co.za>
In-reply-to
Content
In the first example you are shrinking the list you are iterating over, so not all of the items in the list are going to be tested.  Try doing for m in uzlist instead.
History
Date User Action Args
2012-08-07 22:15:59r.david.murraysetrecipients: + r.david.murray, ezio.melotti, axw
2012-08-07 22:15:58r.david.murraysetmessageid: <1344377758.84.0.88970436234.issue15579@psf.upfronthosting.co.za>
2012-08-07 22:15:57r.david.murraylinkissue15579 messages
2012-08-07 22:15:57r.david.murraycreate