summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:23:36 +0100
committer B. Watson2022-03-17 17:38:00 +0100
commit47fae70f76969333cb7ea8af9d240904360da6c1 (patch)
treec31c68bc5ee2edf9d2f7225a8e21673b16911de0 /python
parent3c97bfb3972217377561002356dc7784433cc1b3 (diff)
downloadslackbuilds-47fae70f76969333cb7ea8af9d240904360da6c1.tar.gz
python/subprocess32: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/subprocess32/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/python/subprocess32/README b/python/subprocess32/README
index 802a975a33..10da372003 100644
--- a/python/subprocess32/README
+++ b/python/subprocess32/README
@@ -1,6 +1,7 @@
-This is a backport of the subprocess standard library module from Python 3.2-3.5
-for use on Python 2.
+This is a backport of the subprocess standard library module from
+Python 3.2-3.5 for use on Python 2.
-It includes bugfixes and some new features. On POSIX systems it is guaranteed to
-be reliable when used in threaded applications. It includes timeout support from
-Python 3.3 and the run() API from 3.5 but otherwise matches 3.2’s API.
+It includes bugfixes and some new features. On POSIX systems it is
+guaranteed to be reliable when used in threaded applications. It
+includes timeout support from Python 3.3 and the run() API from 3.5
+but otherwise matches 3.2’s API.