Bug#374724: python-lxml: AssertionError when using StringIO that should not be triggered

2006-10-29 Thread Mikhail Gusarov
Can't reproduce this on 1.1.1-1 Nicolas, could you please check and close this bug if it has been already fixed? -- JID: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#374724: python-lxml: AssertionError when using StringIO that should not be triggered

2006-06-20 Thread Nicolas Évrard
Package: python-lxml Version: 1.0.1-2 Severity: normal Hello, Here is a transcript of a session using python-lxml, the bug is quite obvious: In [1]:import lxml.etree In [2]:doctree = lxml.etree.parse(file('/tmp/test.xml')) In [3]:for tag in doctree.xpath('/tags/*'): .3.:print