From 5a9e8b2f512367ea6c014945c731bbf07915e4fc Mon Sep 17 00:00:00 2001 From: B. Watson Date: Wed, 15 Jan 2020 12:52:04 -0500 Subject: python/ptyprocess: Convert slack-desc to ASCII. Signed-off-by: B. Watson --- python/ptyprocess/slack-desc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ptyprocess/slack-desc b/python/ptyprocess/slack-desc index 41fffb9db6..8e80cec777 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 -- cgit v1.2.3