[Bug 1839185] Re: element with xmlns attribute is not rendered properly

2022-01-17 Thread scoder
> issue is resolved when using bs4==4.10.0 Thanks for investigating. That means that it's no longer an issue then, right? Closing this as a third-party issue. ** Changed in: lxml Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1818807] Re: Overriding functions in the default namespace

2019-03-06 Thread scoder
Hmm, looks like the functions are registered in the wrong order: local first, then global, then EXSLT. Local functions should take precendence. PR welcome, see the _XPathContext class in "xpath.pxi". ** Changed in: lxml Importance: Undecided => Low ** Changed in: lxml Status: New =>

[Bug 1684273] Re: Missing tail in iterparse

2017-04-22 Thread scoder
I agree that this is unexpected. It can be fixed by internally passing more data into the parser before generating the "end" parse event, i.e. by waiting for the tail text to end before yielding the element that owns it. ** Changed in: lxml Importance: Undecided => Medium ** Changed in: lxml

[Bug 1185701] Re: etree.iterparse() raises lxml.etree.XMLSyntaxError: None

2015-02-06 Thread scoder
That's unrelated to this ticket. It's due to incorrect usage of iterparse(). Please read the documentation. Passing a parser into iterparse() is not possible and the second argument of iterparse() is not for what the author of the code apparently thinks it is. ** Changed in: ubuntu

[Bug 1201745] Re: python-lxml Precise package needs updating after libxml2 security patch

2013-07-16 Thread scoder
And while at it, I'd also recommend upgrading to 2.3.6. It contains several crash bug fixes. I guess 3.2.1 is out of scope for Ubuntu 12.04. http://lxml.de/2.3/changes-2.3.6.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.