summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-04 07:43:27 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-04 07:43:27 (GMT)
commit7beb4f96dc9ac3facd2a31912730b128426892b5 (patch)
tree5bae51697d67c625a120f2036a52fdd8e55e0db6 /Misc
parent92ce1b4392a533a14bbebb8e60bf79bf4bf4c6c7 (diff)
downloadcpython-7beb4f96dc9ac3facd2a31912730b128426892b5.zip
cpython-7beb4f96dc9ac3facd2a31912730b128426892b5.tar.gz
cpython-7beb4f96dc9ac3facd2a31912730b128426892b5.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 f71bd50..75e1cc1 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 #20204: Added the __module__ attribute to _tkinter classes.
- Issue #23521: Corrected pure python implementation of timedelta division.