diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-04 07:43:27 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-04 07:43:27 (GMT) |
commit | 7beb4f96dc9ac3facd2a31912730b128426892b5 (patch) | |
tree | 5bae51697d67c625a120f2036a52fdd8e55e0db6 /Misc | |
parent | 92ce1b4392a533a14bbebb8e60bf79bf4bf4c6c7 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |