summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-04 07:44:24 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-04 07:44:24 (GMT)
commit35e5b72740893d84295282eef5681e13036ebb0b (patch)
tree6c667e92bc404b820dea2f66e1ad927fcd539784 /Misc
parent44eceb6e2aca4e6d12ce64fa0f90279ffff19c25 (diff)
parent7beb4f96dc9ac3facd2a31912730b128426892b5 (diff)
downloadcpython-35e5b72740893d84295282eef5681e13036ebb0b.zip
cpython-35e5b72740893d84295282eef5681e13036ebb0b.tar.gz
cpython-35e5b72740893d84295282eef5681e13036ebb0b.tar.bz2
Issue #23504: Added an __all__ to the types module.
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 a3fc735..0e0b2a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #23504: Added an __all__ to the types module.
+
- Issue #23563: Optimized utility functions in urllib.parse.
- Issue #7830: Flatten nested functools.partial.