summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2020-08-09 10:50:53 (GMT)
committerGitHub <noreply@github.com>2020-08-09 10:50:53 (GMT)
commite28b8c93878072dc02b116108ef5443084290d47 (patch)
tree5a5a398cdc0dbb9f8c78fe9d37ed15b7e3ce89ce /Misc
parent67acf74c4eaf64a860cc1bcda6efe6e9cb01f89b (diff)
downloadcpython-e28b8c93878072dc02b116108ef5443084290d47.zip
cpython-e28b8c93878072dc02b116108ef5443084290d47.tar.gz
cpython-e28b8c93878072dc02b116108ef5443084290d47.tar.bz2
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Co-Authored-By: Jonathan Gossage <jgossage@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-06-17-23-49-45.bpo-35018.NP5_Qk.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-17-23-49-45.bpo-35018.NP5_Qk.rst b/Misc/NEWS.d/next/Library/2020-06-17-23-49-45.bpo-35018.NP5_Qk.rst
new file mode 100644
index 0000000..f764323
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-06-17-23-49-45.bpo-35018.NP5_Qk.rst
@@ -0,0 +1,2 @@
+Add the :class:`xml.sax.handler.LexicalHandler` class that is present in
+other SAX XML implementations.