| commit | 0db176f8f6cfaf3277e6ef41d92b09a01b263f27 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Mon Apr 16 00:16:30 2012 +0200 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Mon Apr 16 00:16:30 2012 +0200 |
| tree | 9c881aaab525015223b7219c8fa12910e66354e9 | |
| parent | 8a1d04c64372d4706572671a21ff9d3e4a6374ca [diff] [blame] |
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
diff --git a/Misc/NEWS b/Misc/NEWS index e2e14b7..9e81cd8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,8 @@ 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.