changeset: 86274:7ea831581af4 user: Christian Heimes date: Sun Oct 13 02:04:50 2013 +0200 files: Lib/collections/abc.py description: Issue #19218: Add facade collections.abc diff -r 0b6052f2a8ee -r 7ea831581af4 Lib/collections/abc.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Lib/collections/abc.py Sun Oct 13 02:04:50 2013 +0200 @@ -0,0 +1,3 @@ +from _collections_abc import * +from _collections_abc import __all__ +