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
Multiple downstream "extension" packages expect to find `OxmlElement`
and `parse_xml()` at `docx.oxml`. Refactoring in v1.0.0 moved those to
`docx.oxml.parser`, but republishing them at `docx.oxml` does not cause
any immediate breakage.
Republish those two callables at `docx.oxml` for v1.0.1.
0 commit comments