New submission from Uwe Hoffmann <[EMAIL PROTECTED]>: 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.
---------- components: Library (Lib), Unicode files: ElementPath.diff keywords: patch messages: 69986 nosy: qual severity: normal status: open title: ElementPath.Path.findall problem with unicode input type: behavior versions: Python 2.5, Python 2.6 Added file: http://bugs.python.org/file10940/ElementPath.diff _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3409> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com