mirror of
https://github.com/python/cpython.git
synced 2025-09-02 06:57:58 +00:00
gh-91217: deprecate telnetlib (GH-91958)
This commit is contained in:
parent
4153f2cbcb
commit
1af871eeee
4 changed files with 8 additions and 2 deletions
|
@ -37,6 +37,9 @@ import sys
|
|||
import socket
|
||||
import selectors
|
||||
from time import monotonic as _time
|
||||
import warnings
|
||||
|
||||
warnings._deprecated(__name__, remove=(3, 13))
|
||||
|
||||
__all__ = ["Telnet"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue