mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/ptyprocess: Convert slack-desc to ASCII.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
28eeaca3e5
commit
5a9e8b2f51
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue