Message157112
| Author | vstinner |
|---|---|
| Recipients | Arfrever, Jim.Jewett, eric.araujo, eric.snow, georg.brandl, giampaolo.rodola, gvanrossum, michael.foord, pitrou, poq, r.david.murray, rhettinger, skrah, vstinner |
| Date | 2012-03-29.23:13:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1333062781.52.0.281988634435.issue14386@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Oh, collections.abc contains also the mappingview type exposed with the name "dict_proxy": dict_proxy = type(type.__dict__) It was exposed as _abcoll.dict_proxy in Python 3.2. It is not documented. Should we keep it for backward compatibility, or can it be removed? _abcoll was a private module and I didn't find dict_proxy in Python 3.2 doc. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-29 23:13:01 | vstinner | set | recipients: + vstinner, gvanrossum, georg.brandl, rhettinger, pitrou, giampaolo.rodola, eric.araujo, Arfrever, r.david.murray, michael.foord, skrah, eric.snow, poq, Jim.Jewett |
| 2012-03-29 23:13:01 | vstinner | set | messageid: <1333062781.52.0.281988634435.issue14386@psf.upfronthosting.co.za> |
| 2012-03-29 23:13:00 | vstinner | link | issue14386 messages |
| 2012-03-29 23:13:00 | vstinner | create | |