This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
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-04-06.01:10:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333674627.08.0.340532095443.issue14386@psf.upfronthosting.co.za>
In-reply-to
Content
[Victor]
> You mean that I can remove it?

No, it needs to stay there.
Those concrete types aren't exposed to users
but they are used inside to collections.abcs
to register the types so that isinstance()
will work as expected.

Summary:  The collections.abc module is fine as-is.

Go ahead and add dictproxy to the types module.
Expose it there and document it there.
History
Date User Action Args
2012-04-06 01:10:27rhettingersetrecipients: + rhettinger, gvanrossum, georg.brandl, pitrou, vstinner, giampaolo.rodola, eric.araujo, Arfrever, r.david.murray, michael.foord, skrah, eric.snow, poq, Jim.Jewett
2012-04-06 01:10:27rhettingersetmessageid: <1333674627.08.0.340532095443.issue14386@psf.upfronthosting.co.za>
2012-04-06 01:10:26rhettingerlinkissue14386 messages
2012-04-06 01:10:26rhettingercreate