You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lxml 6 no more drops control characters while parsing HTML input
Newer lxml like lxml 6 encodes and keeps control characters
as neutralized form.
It eliminates some evil attempts.
Adds fixup to expected result text to pass doctest.
0 commit comments