python/ptyprocess: Convert slack-desc to ASCII.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-15 12:52:04 -05:00 committed by Willy Sudiarto Raharjo
parent 28eeaca3e5
commit 5a9e8b2f51
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -11,8 +11,8 @@ ptyprocess:
ptyprocess: Launch a subprocess in a pseudo terminal (pty), and interact with
ptyprocess: both the process and its pty.
ptyprocess: Sometimes, piping stdin and stdout is not enough. There might be
ptyprocess: a password prompt that doesnt read from stdin, output that changes
ptyprocess: when its going to a pipe rather than a terminal, or curses-style
ptyprocess: a password prompt that doesn't read from stdin, output that changes
ptyprocess: when it's going to a pipe rather than a terminal, or curses-style
ptyprocess: interfaces that rely on a terminal.
ptyprocess:
ptyprocess: Project URL: https://pypi.python.org/pypi/ptyprocess