Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a5afd commit 5019191Copy full SHA for 5019191
INSTALL
@@ -222,12 +222,11 @@ Dependencies for python 2
222
^^^^^^^^^^^^^^^^^^^^^^^^^
223
224
`functools32 <https://pypi.python.org/pypi/functools32>`_
225
- Required for compatibility if running on versions of Python before
226
- Python 3.2.
+ Required for compatibility if running on Python 2.7.
227
228
`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.
+ Optional, unix only. Backport of the subprocess standard library from 3.2+
+ for Python 2.7. It provides better error messages and timeout support.
231
232
233
Optional GUI framework
0 commit comments