]> granicus.if.org Git - python/commit
Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpr...
authorChristian Heimes <christian@cheimes.de>
Sun, 13 Oct 2013 00:04:20 +0000 (02:04 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 13 Oct 2013 00:04:20 +0000 (02:04 +0200)
commitf1dc3ee16dbc81d7f91fd844c5dfcb0fd1a06500
treef29fbbb86d3b40e738c2ab220d0a27cacf66d383
parentad9c9bb5a93fe922dd5768ab4e84eed96d72083c
Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start
Doc/library/collections.abc.rst
Lib/_collections_abc.py [moved from Lib/collections/abc.py with 100% similarity]
Lib/collections/__init__.py
Lib/os.py
Lib/random.py
Lib/test/test_site.py
Misc/NEWS