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
There is a problem with _move_element_one_level_up in xml.py, probably due to a change in LXML v5.0:
LP#1976304: The Element.addnext() method previously inserted the new element
before existing tail text. The tail text of both sibling elements now stays on
the respective elements.
This has to be thoroughly tested beforehand.
The text was updated successfully, but these errors were encountered: