summaryrefslogtreecommitdiff
path: root/python/ptyprocess/README
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-07-01 00:05:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-07-07 06:54:11 +0700
commit79b7a838f9da913234e2d270c02a3cc66d2fe977 (patch)
tree9ce3d19ea6d91bae1d161b73782b02ca3bc8e0e0 /python/ptyprocess/README
parent7c0948c2f0978db4fb2d1c39b568ef64ec87fed8 (diff)
downloadslackbuilds-79b7a838f9da913234e2d270c02a3cc66d2fe977.tar.gz
python/ptyprocess: Updated for version 0.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ptyprocess/README')
-rw-r--r--python/ptyprocess/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/ptyprocess/README b/python/ptyprocess/README
index e80b0e9429..3891591654 100644
--- a/python/ptyprocess/README
+++ b/python/ptyprocess/README
@@ -6,3 +6,5 @@ Sometimes, piping stdin and stdout is not enough. There might be
a password prompt that doesn’t read from stdin, output that changes
when it’s going to a pipe rather than a terminal, or curses-style
interfaces that rely on a terminal.
+
+NOTE: python3 support will be added if python3 is installed.