[Bug 1592628] [NEW] html entities are incorrectly preprocessed
Launchpad Bug Tracker
1592628 at bugs.launchpad.net
Wed Jun 15 04:09:25 UTC 2016
You have been subscribed to a public bug:
The attached script does not emit HTML entities on Xenial, but works
correctly on Trusty. I don't see any difference in the html2lib package,
so I assume something must have changed in Python 3.
Trusty (correct):
$ ./test.py
Start tag: body
Named ent: uuml
End tag : body
Xenial (incorrect):
$ ./test.py
Start tag: body
Data : ü
End tag : body
** Affects: python3.5 (Ubuntu)
Importance: Undecided
Status: New
--
html entities are incorrectly preprocessed
https://bugs.launchpad.net/bugs/1592628
You received this bug notification because you are a member of Ubuntu Foundations Bugs, which is subscribed to python3.5 in Ubuntu.
More information about the foundations-bugs
mailing list