We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d192c92 commit fea23a4Copy full SHA for fea23a4
Doc/library/socketserver.rst
@@ -4,6 +4,8 @@
4
5
.. module:: socketserver
6
:synopsis: A framework for network servers.
7
+.. versionadded:: 2.6
8
+
9
10
The :mod:`socketserver` module simplifies the task of writing network servers.
11
Doc/library/socketserver_old.rst
@@ -0,0 +1,8 @@
1
+:mod:`SocketServer` --- A framework for network servers
2
+=======================================================
3
+.. 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.
0 commit comments