PEP 416: Mention the new types.MappingProxyType added to Python 3.3

This commit is contained in:
Victor Stinner 2012-04-16 01:05:52 +02:00
parent f05753e8a3
commit eb118a65fe
1 changed files with 3 additions and 0 deletions

View File

@ -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
allow calling the constructor.) GvR.
**Update** (2012-04-15): A new ``MappingProxyType`` type was added to the types
module of Python 3.3.
Abstract
========