[New-bugs-announce] [issue3409] ElementPath.Path.findall problem with unicode input

Uwe Hoffmann report at bugs.python.org
Fri Jul 18 21:45:25 CEST 2008


New submission from Uwe Hoffmann <qual at tiscali.de>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue3409>
_______________________________________


More information about the New-bugs-announce mailing list