summaryrefslogtreecommitdiffstats
path: root/python/async-timeout/README
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2019-03-13 07:44:49 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-16 06:53:22 +0700
commit55f1f8db73df6c7347a2949a43a34177a103ba10 (patch)
treea0d209464c01baa780837a1bc909d4de0e1ccb03 /python/async-timeout/README
parent89b940dc25938ae48bf02be10a949df47d9ab821 (diff)
downloadslackbuilds-55f1f8db73df6c7347a2949a43a34177a103ba10.tar.gz
slackbuilds-55f1f8db73df6c7347a2949a43a34177a103ba10.tar.xz
python/async-timeout: Added (asyncio-compatible timeout class).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/async-timeout/README')
-rw-r--r--python/async-timeout/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/async-timeout/README b/python/async-timeout/README
new file mode 100644
index 0000000000..d264df837d
--- /dev/null
+++ b/python/async-timeout/README
@@ -0,0 +1,3 @@
+async-timeout is an asyncio-compatible timeout context manager.
+
+This library is python3 only.