summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-02-04 15:10:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-02-04 15:10:55 (GMT)
commit091d017ab11b42a542711ede2b171e432a0394b9 (patch)
tree32a49dc30de15934b491a31a1edc66f71574675b /Misc
parentc5640385800ea75445824d7e8caf8386ded238dc (diff)
downloadcpython-091d017ab11b42a542711ede2b171e432a0394b9.zip
cpython-091d017ab11b42a542711ede2b171e432a0394b9.tar.gz
cpython-091d017ab11b42a542711ede2b171e432a0394b9.tar.bz2
restore namespacing of pyexpat symbols (closes #19186)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 953ceed..045be47 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,8 @@ Core and Builtins
Library
-------
+- Issue #19186: Restore namespacing of expat symbols inside the pyexpat module.
+
- Issue #20426: When passing the re.DEBUG flag, re.compile() displays the
debug output every time it is called, regardless of the compilation cache.