PEP 416: Mention the new types.MappingProxyType added to Python 3.3
This commit is contained in:
parent
f05753e8a3
commit
eb118a65fe
|
@ -36,6 +36,9 @@ On the other hand, exposing the existing read-only dict proxy as a
|
||||||
built-in type sounds good to me. (It would need to be changed to
|
built-in type sounds good to me. (It would need to be changed to
|
||||||
allow calling the constructor.) GvR.
|
allow calling the constructor.) GvR.
|
||||||
|
|
||||||
|
**Update** (2012-04-15): A new ``MappingProxyType`` type was added to the types
|
||||||
|
module of Python 3.3.
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue