diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-03-28 15:38:19 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:23 +0700 |
commit | aebed471b06f8055b329d32bca89372b70fbe03d (patch) | |
tree | 7e120470c61465e4e3f812072327feffc4a96aa1 /python/python2-selectors2/README | |
parent | fb563ded32d682770dc3ba3288606c40dca62283 (diff) |
python/python2-selectors2: Added (backported selctors for py2).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-selectors2/README')
-rw-r--r-- | python/python2-selectors2/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python2-selectors2/README b/python/python2-selectors2/README new file mode 100644 index 0000000000000..4a56ec81fa07c --- /dev/null +++ b/python/python2-selectors2/README @@ -0,0 +1,2 @@ +Backported, durable, and portable selectors designed to replace the standard +library selectors module. |