From: Christian Heimes Date: Sun, 13 Oct 2013 00:04:50 +0000 (+0200) Subject: Issue #19218: Add facade collections.abc X-Git-Tag: v3.4.0a4~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52c5e57dbcbc875ef74f58a3e12b45f0821fdf9c;p=thirdparty%2FPython%2Fcpython.git Issue #19218: Add facade collections.abc --- diff --git a/Lib/collections/abc.py b/Lib/collections/abc.py new file mode 100644 index 000000000000..5393810ea580 --- /dev/null +++ b/Lib/collections/abc.py @@ -0,0 +1,3 @@ +from _collections_abc import * +from _collections_abc import __all__ +