You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
## What's readingproc?
2
2
3
+
Not important information.
4
+
3
5
There is a class for simple reading `stdout` and `stderr` of any process.
4
6
The next problems are solved:
5
7
* Reading blocking when trying to read stdout/stderr of a process.
@@ -140,4 +142,4 @@ reading_set.terminate_all()
140
142
141
143
The examples are for `Python 3`. For `Python 2` you create the same code. `data.stdout` and `data.stderr` in `Python 2` have `str` type, in `Python 3` they both have `bytes` type (processes send bytes which can be decoded into strings).
0 commit comments