Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start

This commit is contained in:
Christian Heimes 2013-10-13 02:04:20 +02:00
parent ad9c9bb5a9
commit f1dc3ee16d
7 changed files with 14 additions and 6 deletions

View file

@ -15,7 +15,7 @@
import itertools
__name__ = '<doctest>'
**Source code:** :source:`Lib/collections/abc.py`
**Source code:** :source:`Lib/_collections_abc.py`
--------------