]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 15 Apr 2012 22:16:30 +0000 (00:16 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 15 Apr 2012 22:16:30 +0000 (00:16 +0200)
commit0db176f8f6cfaf3277e6ef41d92b09a01b263f27
tree9c881aaab525015223b7219c8fa12910e66354e9
parent8a1d04c64372d4706572671a21ff9d3e4a6374ca
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Doc/c-api/dict.rst
Doc/library/stdtypes.rst
Doc/library/types.rst
Doc/whatsnew/3.3.rst
Lib/test/test_descr.py
Lib/test/test_types.py
Lib/types.py
Misc/NEWS
Objects/descrobject.c