mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -1707,7 +1707,8 @@ Library
|
|||
-------
|
||||
|
||||
- telnetlib includes symbolic names for the options, and support for
|
||||
setting an option negotiation callback.
|
||||
setting an option negotiation callback. It also supports processing
|
||||
of suboptions.
|
||||
|
||||
- The new C standard no longer requires that math libraries set errno to
|
||||
ERANGE on overflow. For platform libraries that exploit this new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue