summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2014-08-02 12:15:02 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2014-08-02 12:15:02 (GMT)
commit11bec7a1b83d0edffbcff29dccbabd660f5a9a7b (patch)
tree9597ee629ebe6b4128c3bbfeaf54eb104cd7f1f8 /Misc
parent73a4359eb0eb624c588c5d52083ea4944f9787ea (diff)
downloadcpython-11bec7a1b83d0edffbcff29dccbabd660f5a9a7b.zip
cpython-11bec7a1b83d0edffbcff29dccbabd660f5a9a7b.tar.gz
cpython-11bec7a1b83d0edffbcff29dccbabd660f5a9a7b.tar.bz2
Add an __all__ to html.entities.
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 5174f05..5d1b331 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,8 @@ Core and Builtins
Library
-------
+- Add an __all__ to html.entities.
+
- Issue #15114: the strict mode and argument of HTMLParser, HTMLParser.error,
and the HTMLParserError exception have been removed.