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
Date 2013-09-09.18:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378751806.2502.3.camel@fsol>
In-reply-to <1378751666.66.0.233164395402.issue18986@psf.upfronthosting.co.za>
Content
> It would be nice to combine the behaviors that defaultdict and the case-insensitive comparisons.

Any use case? In my experience they are used in completely different
situations. defaultdict mostly to use the writing of some (internal)
algorithms, a case-insensitive dict to store user-visible data.
History
Date User Action Args
2013-09-09 18:36:49pitrousetrecipients: + pitrou, tim.peters, barry, theller, rhettinger, eric.smith, mrabarnett, r.david.murray, ethan.furman
2013-09-09 18:36:49pitroulinkissue18986 messages
2013-09-09 18:36:49pitroucreate