Skip to content

Commit b897b42

Browse files
Sergey ZakharovSergey Zakharov
Sergey Zakharov
authored and
Sergey Zakharov
committed
Revert "Update README.md"
This reverts commit 6399621.
1 parent 6399621 commit b897b42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## What's readingproc?
22

3-
Not important information.
4-
53
There is a class for simple reading `stdout` and `stderr` of any process.
64
The next problems are solved:
75
* Reading blocking when trying to read stdout/stderr of a process.
@@ -142,4 +140,4 @@ reading_set.terminate_all()
142140

143141
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).
144142

145-
[A very short API](API.md)
143+
[A very short API](API.md)

0 commit comments

Comments
 (0)