summaryrefslogtreecommitdiffstats
path: root/Lib/_collections_abc.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19218: set __name__ of _collections_abc to collections.abc in order ↵Christian Heimes2013-10-131-0/+6
| | | | to fix tests and keep beautiful qualified names.
* Issue #19218: Rename collections.abc to _collections_abc in order to speed ↵Christian Heimes2013-10-131-0/+728
up interpreter start