File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- """Trasformdict: a mapping that trasforms keys on lookup
1+ """Trasformdict: a mapping that transforms keys on lookup
22
3- This module and the test_transformdict.py module were extracted from
4- a patch contributed by Antoine Pitrou implementing his PEP 455 --
5- "Adding a key-transforming dictionary to collections".
3+ This module and ``test_transformdict.py`` were extracted from a
4+ patch contributed to Python by Antoine Pitrou implementing his
5+ PEP 455 -- Adding a key-transforming dictionary to collections.
6+
7+ As of Nov. 14, 2014, the patch was not yet merged to Python 3.5
8+ (which is in pre-alpha). The patch is ``transformdict3.patch``,
9+ part of issue #18986: Add a case-insensitive case-preserving dict.
610
7- As I write this, the patch was not merged to Python 3.5, but it can be
8- tracked as issue #18986 "Add a case-insensitive case-preserving dict"
911http://bugs.python.org/issue18986
1012"""
1113
You can’t perform that action at this time.
0 commit comments