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
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
## What's readingproc?
2
2
3
-
Not important information.
4
-
5
3
There is a class for simple reading `stdout` and `stderr` of any process.
6
4
The next problems are solved:
7
5
* Reading blocking when trying to read stdout/stderr of a process.
@@ -142,4 +140,4 @@ reading_set.terminate_all()
142
140
143
141
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