summaryrefslogtreecommitdiff
path: root/pexpect/fdpexpect.py
diff options
context:
space:
mode:
authorTapple <mfulmer@cisco.com>2023-02-21 15:01:32 -0500
committerTapple <mfulmer@cisco.com>2023-02-21 15:01:32 -0500
commit31072de58b4d37a9895a35b28b3efbe12750b996 (patch)
tree44f0965d5ee1ef78f80c9a9481fbaf7538bcbb38 /pexpect/fdpexpect.py
parentce99a6b49e150ccd72dc1696dab923b586f42c4c (diff)
downloadpexpect-31072de58b4d37a9895a35b28b3efbe12750b996.tar.gz
docs
Diffstat (limited to 'pexpect/fdpexpect.py')
-rw-r--r--pexpect/fdpexpect.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pexpect/fdpexpect.py b/pexpect/fdpexpect.py
index cddd50e..6847d66 100644
--- a/pexpect/fdpexpect.py
+++ b/pexpect/fdpexpect.py
@@ -2,6 +2,8 @@
pass it. You are responsible for opening and close the file descriptor.
This allows you to use Pexpect with sockets and named pipes (FIFOs).
+..note:: socket.fileno() does not work on windows. Use `pexpect.socket_pexpect` for cross-platform socket support
+
PEXPECT LICENSE
This license is approved by the OSI and FSF as GPL-compatible.