Codebase list python-procrunner / e1f5d0a
Add link to PR. and there will be one more final Python 3.5-compatible release Markus Gerstel 3 years ago
1 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
77 list as the first argument) is now deprecated. As a number of arguments
88 will be removed in a future version the use of unnamed arguments will
99 cause future confusion. `Use explicit keyword arguments instead (#62). <https://github.com/DiamondLightSource/python-procrunner/pull/62>`_
10 * The run() function debug argument has been deprecated. This is only
11 only used to debug the NonBlockingStream* classes. Those are due to be
12 replaced in a future release, so the argument will no longer serve a
13 purpose. Debugging information remains available via standard logging
10 * `The run() function debug argument has been deprecated (#63). <https://github.com/DiamondLightSource/python-procrunner/pull/63>`_
11 This is only used to debug the NonBlockingStream* classes. Those are due
12 to be replaced in a future release, so the argument will no longer serve
13 a purpose. Debugging information remains available via standard logging
1414 mechanisms.
15 * Final version supporting Python 3.5
1516
1617 2.1.0 (2020-09-05)
1718 ------------------
2324 When set to 'True' a subprocess.TimeoutExpired exception is raised when the
2425 process runtime exceeds the timeout threshold. This defaults to 'False' and
2526 will be set to 'True' in a future release.
26 * Final version supporting Python 3.5
2727
2828 2.0.0 (2020-06-24)
2929 ------------------