This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Arfrever, barry, christian.heimes, eric.snow, pitrou, python-dev, rhettinger, vstinner
Date 2013-10-13.00:27:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cy3dG3H2Jz7LjT@mail.python.org>
In-reply-to
Content
New changeset 0b6052f2a8ee by Christian Heimes in branch 'default':
Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start
http://hg.python.org/cpython/rev/0b6052f2a8ee

New changeset 7ea831581af4 by Christian Heimes in branch 'default':
Issue #19218: Add facade collections.abc
http://hg.python.org/cpython/rev/7ea831581af4

New changeset 62b6ecd1e463 by Christian Heimes in branch 'default':
Issue #19218: set __name__ of _collections_abc to collections.abc in order to fix tests and keep beautiful qualified names.
http://hg.python.org/cpython/rev/62b6ecd1e463
History
Date User Action Args
2013-10-13 00:27:54python-devsetrecipients: + python-dev, barry, rhettinger, pitrou, vstinner, christian.heimes, Arfrever, eric.snow
2013-10-13 00:27:54python-devlinkissue19218 messages
2013-10-13 00:27:53python-devcreate