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 qual
Recipients qual
Date 2008-07-18.19:45:22
SpamBayes Score 0.015407755
Marked as misclassified No
Message-id <1216410325.02.0.112420594064.issue3409@psf.upfronthosting.co.za>
In-reply-to
Content
if you call Element.findall(u".......") some silent errors can 
occure because of the isinstance(....,type("")) check. I'm
not sure if it is even allowed to call findall with a unicode parameter.
The attached diff solves *my* problem.
History
Date User Action Args
2008-07-18 19:45:25qualsetspambayes_score: 0.0154078 -> 0.015407755
recipients: + qual
2008-07-18 19:45:25qualsetspambayes_score: 0.0154078 -> 0.0154078
messageid: <1216410325.02.0.112420594064.issue3409@psf.upfronthosting.co.za>
2008-07-18 19:45:24quallinkissue3409 messages
2008-07-18 19:45:23qualcreate