diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2016-09-11 08:49:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:49:52 +0700 |
commit | 62a0fb786a427b6d832a3553ab05762a460045e4 (patch) | |
tree | 1b7be780662e724708d6e2287e91e4f4011cd489 /python/backports-abc/README | |
parent | 27263a16a97dac510a92fca07304a37a1c1135b5 (diff) | |
download | slackbuilds-62a0fb786a427b6d832a3553ab05762a460045e4.tar.gz |
python/backports-abc: Added (backport of the collections.abc).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/backports-abc/README')
-rw-r--r-- | python/backports-abc/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/backports-abc/README b/python/backports-abc/README new file mode 100644 index 0000000000..6dd7211229 --- /dev/null +++ b/python/backports-abc/README @@ -0,0 +1 @@ +Backport of the "collections.abc" stdlib module in Python 3.5. |