Added stub entry in the documentation mentioning SocketServer

was renamed.
This commit is contained in:
Alexandre Vassalotti 2008-05-12 02:18:15 +00:00
parent d192c925ac
commit fea23a4d00
2 changed files with 10 additions and 0 deletions

View File

@ -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.

View 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.