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 pitrou
Recipients barry, eric.smith, ethan.furman, mrabarnett, pitrou, r.david.murray, rhettinger, theller, tim.peters, vstinner
Date 2013-09-09.20:00:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378756802.2502.7.camel@fsol>
In-reply-to <1378756685.55.0.611638892044.issue18986@psf.upfronthosting.co.za>
Content
> FYI os.environ uses something similar: keys and values are encoded and
> decoded using functions. So any transformation is supported.

I don't think this is the same situation. os.environ has bijective
transformations, which don't pose any implementation challenge.

The whole point of a "transformdict" is to allow for multiple keys to
actually map to the same dict entry.
History
Date User Action Args
2013-09-09 20:00:06pitrousetrecipients: + pitrou, tim.peters, barry, theller, rhettinger, vstinner, eric.smith, mrabarnett, r.david.murray, ethan.furman
2013-09-09 20:00:06pitroulinkissue18986 messages
2013-09-09 20:00:05pitroucreate