diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Core and Builtins Library ------- +- Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType. + - Issue #13959: Make imp.reload() always use a module's __loader__ to perform the reload. |