Skip to content

Commit fea23a4

Browse files
committed
Added stub entry in the documentation mentioning SocketServer
was renamed.
1 parent d192c92 commit fea23a4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Doc/library/socketserver.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
.. module:: socketserver
66
:synopsis: A framework for network servers.
7+
.. versionadded:: 2.6
8+
79

810
The :mod:`socketserver` module simplifies the task of writing network servers.
911

Doc/library/socketserver_old.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:mod:`SocketServer` --- A framework for network servers
2+
=======================================================
3+
4+
.. module:: SocketServer
5+
:synopsis: A framework for network servers.
6+
7+
The :mod:`SocketServer` module has been renamed to :mod:`socketserver`
8+
in Python 3.0. The old name is now deprecated.

0 commit comments

Comments
 (0)