Eric V. Smith added the comment:

Just today I was using a defaultdict where the keys are stock symbols. They're 
case insensitive (at least for this particular application).

In this case I just str.upper everything, but it would be a nice feature to 
case-preserve the keys that I pre-populate. I care less about the keys from 
user data.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18986>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to