mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Patch #630829: Don't block on IAC, process suboptions.
This commit is contained in:
parent
a178cff979
commit
1da9c57c74
4 changed files with 93 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue