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 r.david.murray
Recipients Lita.Cho, barry, jesstess, matrixise, r.david.murray, saikrishna17394, vstinner
Date 2014-10-15.13:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413378624.57.0.542102981218.issue21991@psf.upfronthosting.co.za>
In-reply-to
Content
Personally I would test that the returned object is read only, rather than checking for MappingProxyType explicitly, but you can argue either way as being better :)

As for other occurrences, I must have been either misremembering, or I refactored the other occurrences out of existence earlier.

Yes I will apply this.
History
Date User Action Args
2014-10-15 13:10:24r.david.murraysetrecipients: + r.david.murray, barry, vstinner, jesstess, matrixise, Lita.Cho, saikrishna17394
2014-10-15 13:10:24r.david.murraysetmessageid: <1413378624.57.0.542102981218.issue21991@psf.upfronthosting.co.za>
2014-10-15 13:10:24r.david.murraylinkissue21991 messages
2014-10-15 13:10:24r.david.murraycreate