
python-checkins at python
Apr 15, 2012, 4:06 PM
Post #1 of 1
(36 views)
Permalink
|
|
peps: PEP 416: Mention the new types.MappingProxyType added to Python 3.3
|
|
http://hg.python.org/peps/rev/0d9de3bd018c changeset: 4253:0d9de3bd018c user: Victor Stinner <victor.stinner [at] gmail> date: Mon Apr 16 01:05:52 2012 +0200 summary: PEP 416: Mention the new types.MappingProxyType added to Python 3.3 files: pep-0416.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pep-0416.txt b/pep-0416.txt --- a/pep-0416.txt +++ b/pep-0416.txt @@ -36,6 +36,9 @@ 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 ======== -- Repository URL: http://hg.python.org/peps
|