diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-04 09:56:00 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-04 09:56:00 (GMT) |
commit | 1da9c57c740544fa0d2bc93949aa577b6184c8d2 (patch) | |
tree | 9e918767d7aae036025ba9636bfeb54b8f2d3add /Doc/lib | |
parent | a178cff979b37771b3da710c23d579cd4abf0f00 (diff) | |
download | cpython-1da9c57c740544fa0d2bc93949aa577b6184c8d2.zip cpython-1da9c57c740544fa0d2bc93949aa577b6184c8d2.tar.gz cpython-1da9c57c740544fa0d2bc93949aa577b6184c8d2.tar.bz2 |
Patch #630829: Don't block on IAC, process suboptions.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libtelnetlib.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libtelnetlib.tex b/Doc/lib/libtelnetlib.tex index fe56f72..83f6b43 100644 --- a/Doc/lib/libtelnetlib.tex +++ b/Doc/lib/libtelnetlib.tex @@ -96,6 +96,14 @@ Return \code{''} if no cooked data available otherwise. This method never blocks. \end{methoddesc} +\begin{methoddesc}{read_sb_data}{} +Return the data collected between a SB/SE pair (suboption begin/end). +The callback should access these data when it was invoked with a +\code{SE} command. This method never blocks. + +\versionadded{2.3} +\end{methoddesc} + \begin{methoddesc}{open}{host\optional{, port}} Connect to a host. The optional second argument is the port number, which |