mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added stub entry in the documentation mentioning SocketServer
was renamed.
This commit is contained in:
parent
d192c925ac
commit
fea23a4d00
2 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
.. module:: socketserver
|
||||
:synopsis: A framework for network servers.
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
||||
The :mod:`socketserver` module simplifies the task of writing network servers.
|
||||
|
||||
|
|
8
Doc/library/socketserver_old.rst
Normal file
8
Doc/library/socketserver_old.rst
Normal file
|
@ -0,0 +1,8 @@
|
|||
:mod:`SocketServer` --- A framework for network servers
|
||||
=======================================================
|
||||
|
||||
.. module:: SocketServer
|
||||
:synopsis: A framework for network servers.
|
||||
|
||||
The :mod:`SocketServer` module has been renamed to :mod:`socketserver`
|
||||
in Python 3.0. The old name is now deprecated.
|
Loading…
Add table
Add a link
Reference in a new issue