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
Date 2014-10-13.17:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413219844.04.0.110330313699.issue21991@psf.upfronthosting.co.za>
In-reply-to
Content
The principle example is the 'params' dictionary in headerregistry.  Currently it gets recreated every time you access that attribute.  You can *apparently* change it, but that has no real effect.  Probably the computed value should be cached the first time the attribute is accessed, and a MappingProxy over the cached value returned.
History
Date User Action Args
2014-10-13 17:04:04r.david.murraysetrecipients: + r.david.murray, barry, jesstess, matrixise, Lita.Cho, saikrishna17394
2014-10-13 17:04:04r.david.murraysetmessageid: <1413219844.04.0.110330313699.issue21991@psf.upfronthosting.co.za>
2014-10-13 17:04:04r.david.murraylinkissue21991 messages
2014-10-13 17:04:04r.david.murraycreate