mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. (3.6->3.7)
This commit is contained in:
commit
ec648f63fc
4 changed files with 15 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
|
||||
**Source code:** :source:`Lib/asynchat.py`
|
||||
|
||||
.. deprecated:: 3.6
|
||||
Please use :mod:`asyncio` instead.
|
||||
|
||||
--------------
|
||||
|
||||
.. note::
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
**Source code:** :source:`Lib/asyncore.py`
|
||||
|
||||
.. deprecated:: 3.6
|
||||
Please use :mod:`asyncio` instead.
|
||||
|
||||
--------------
|
||||
|
||||
.. note::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue