Skip to content

Commit 5019191

Browse files
authored
Clarify versions and rationales
1 parent b3a5afd commit 5019191

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

INSTALL

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,11 @@ Dependencies for python 2
222222
^^^^^^^^^^^^^^^^^^^^^^^^^
223223

224224
`functools32 <https://pypi.python.org/pypi/functools32>`_
225-
Required for compatibility if running on versions of Python before
226-
Python 3.2.
225+
Required for compatibility if running on Python 2.7.
227226

228227
`subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_
229-
Optional, unix only. Backport of the subprocess standard library from 3.2
230-
for python2. It includes better timeout support.
228+
Optional, unix only. Backport of the subprocess standard library from 3.2+
229+
for Python 2.7. It provides better error messages and timeout support.
231230

232231

233232
Optional GUI framework

0 commit comments

Comments
 (0)