ch03: wip

This commit is contained in:
Luciano Ramalho
2019-11-26 12:17:40 -03:00
parent 8a1b6fe145
commit 59818e0500
5 changed files with 430 additions and 8 deletions

View File

@@ -3,10 +3,9 @@
This module and ``test_transformdict.py`` were extracted from a
patch contributed to Python by Antoine Pitrou implementing his
PEP 455 -- Adding a key-transforming dictionary to collections.
As of Nov. 14, 2014, the patch was not yet merged to Python 3.5
(which is in pre-alpha). The patch is ``transformdict3.patch``,
part of issue #18986: Add a case-insensitive case-preserving dict.
That PEP was rejected, and the patch was never merged to CPython.
The original code is in ``transformdict3.patch``, part of
issue #18986: Add a case-insensitive case-preserving dict.
http://bugs.python.org/issue18986
"""