diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-04-20-13-10-34.bpo-36676.XF4Egb.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-04-20-13-10-34.bpo-36676.XF4Egb.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-20-13-10-34.bpo-36676.XF4Egb.rst b/Misc/NEWS.d/next/Library/2019-04-20-13-10-34.bpo-36676.XF4Egb.rst deleted file mode 100644 index e0bede8..0000000 --- a/Misc/NEWS.d/next/Library/2019-04-20-13-10-34.bpo-36676.XF4Egb.rst +++ /dev/null @@ -1,3 +0,0 @@ -The XMLParser() in xml.etree.ElementTree provides namespace prefix context to the -parser target if it defines the callback methods "start_ns()" and/or "end_ns()". -Patch by Stefan Behnel. |