mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/subprocess32: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
3c97bfb397
commit
47fae70f76
1 changed files with 6 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue