We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8fef9 commit 042f25bCopy full SHA for 042f25b
unpythonic/net/ptyproxy.py
@@ -6,9 +6,9 @@
6
import select
7
import threading
8
9
-# What this does for us in unpythonic.net.server is that:
+# What this does for us in a remote REPL session in unpythonic.net.server is that:
10
# >>> import os
11
-# >>> os.isatty(_thread_scope.rfile.fileno())
+# >>> os.isatty(sys.stdin.fileno())
12
# True
13
# whereas without the PTY, the same code returns False.
14
#
0 commit comments