Skip to content

Commit

Permalink
Revert "Update README.md"
Browse files Browse the repository at this point in the history
This reverts commit 6399621.
  • Loading branch information
Sergey Zakharov authored and Sergey Zakharov committed Feb 25, 2024
1 parent 6399621 commit b897b42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## What's readingproc?

Not important information.

There is a class for simple reading `stdout` and `stderr` of any process.
The next problems are solved:
* Reading blocking when trying to read stdout/stderr of a process.
Expand Down Expand Up @@ -142,4 +140,4 @@ reading_set.terminate_all()

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

[A very short API](API.md)
[A very short API](API.md)

0 comments on commit b897b42

Please sign in to comment.