diff options
Diffstat (limited to 'Misc/NEWS')
-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. |