diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-15 12:52:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 12:25:19 +0700 |
commit | 5a9e8b2f512367ea6c014945c731bbf07915e4fc (patch) | |
tree | c359e3f6dd52f825c704dceddf92580666002804 /python | |
parent | 28eeaca3e55146dd3a14c43965a92bf6ce3317ac (diff) |
python/ptyprocess: Convert slack-desc to ASCII.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/ptyprocess/slack-desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/ptyprocess/slack-desc b/python/ptyprocess/slack-desc index 41fffb9db685..8e80cec777cd 100644 --- a/python/ptyprocess/slack-desc +++ b/python/ptyprocess/slack-desc @@ -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 doesn’t read from stdin, output that changes -ptyprocess: when it’s 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 |