Bug#993605: lxml.etree.tostring() trailing junk

2021-10-03 Thread Maxime Werlen
I confirm, all tests are OK with new version. Thanks, Maxime Le ven. 1 oct. 2021 à 13:48, Jakub Wilk a écrit : > * Jakub Wilk , 2021-09-03, 17:35: > >After upgrading libxml2 to 2.9.12+dfsg-3, the tostring() function > >started returning strings with some trailing junk: > > > > >>> import

Bug#993605: lxml.etree.tostring() trailing junk

2021-10-01 Thread Jakub Wilk
* Jakub Wilk , 2021-09-03, 17:35: After upgrading libxml2 to 2.9.12+dfsg-3, the tostring() function started returning strings with some trailing junk: >>> import lxml.etree >>> html = lxml.etree.fromstring('P') >>> lxml.etree.tostring(html[0]) b'P' This is no longer reproducible with

Bug#993605: lxml.etree.tostring() trailing junk

2021-09-09 Thread Maxime Werlen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Any news about this bug ? Is this handled by upstream ? Some urlwatch tests are failing due to this bug. I can't release a new version. I hope someone has good news about this bug. Thanks Maxime - -- Maxime Werlen -BEGIN PGP

Bug#993605: lxml.etree.tostring() trailing junk

2021-09-03 Thread Jakub Wilk
Package: python3-lxml Version: 4.6.3+dfsg-0.1 Control: affects -1 + urlwatch After upgrading libxml2 to 2.9.12+dfsg-3, the tostring() function started returning strings with some trailing junk: >>> import lxml.etree >>> html = lxml.etree.fromstring('P') >>> lxml.etree.tostring(html[0])