summaryrefslogtreecommitdiffstats
path: root/python/ptyprocess/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/ptyprocess/README')
-rw-r--r--python/ptyprocess/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/ptyprocess/README b/python/ptyprocess/README
index 3891591654..e80b0e9429 100644
--- a/python/ptyprocess/README
+++ b/python/ptyprocess/README
@@ -6,5 +6,3 @@ 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.