Commit 129dd83
committed
fix: #1256 republish parse_xml() at docx.oxml
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.1 parent 532ddd5 commit 129dd83
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
0 commit comments