File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ History
88 list as the first argument) is now deprecated. As a number of arguments
99 will be removed in a future version the use of unnamed arguments will
1010 cause future confusion. `Use explicit keyword arguments instead (#62). <https://github.com/DiamondLightSource/python-procrunner/pull/62 >`_
11- * The run() function debug argument has been deprecated. This is only
12- only used to debug the NonBlockingStream* classes. Those are due to be
13- replaced in a future release, so the argument will no longer serve a
14- purpose. Debugging information remains available via standard logging
11+ * ` The run() function debug argument has been deprecated (#63). < https://github.com/DiamondLightSource/python-procrunner/pull/63 >`_
12+ This is only used to debug the NonBlockingStream* classes. Those are due
13+ to be replaced in a future release, so the argument will no longer serve
14+ a purpose. Debugging information remains available via standard logging
1515 mechanisms.
16+ * Final version supporting Python 3.5
1617
17182.1.0 (2020-09-05)
1819------------------
@@ -24,7 +25,6 @@ History
2425 When set to 'True' a subprocess.TimeoutExpired exception is raised when the
2526 process runtime exceeds the timeout threshold. This defaults to 'False' and
2627 will be set to 'True' in a future release.
27- * Final version supporting Python 3.5
2828
29292.0.0 (2020-06-24)
3030------------------
You can’t perform that action at this time.
0 commit comments