summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-02 23:15:43 (GMT)
committerGeorg Brandl <georg@python.org>2007-12-02 23:15:43 (GMT)
commit6554cb94ba328939366ac6f12104d70d52d57cdd (patch)
treeac767593229fbe98dc8780146cb1dfadd43737dd /Doc/library/socket.rst
parentaacc08990bd67268f75735251403510676399fea (diff)
downloadcpython-6554cb94ba328939366ac6f12104d70d52d57cdd.zip
cpython-6554cb94ba328939366ac6f12104d70d52d57cdd.tar.gz
cpython-6554cb94ba328939366ac6f12104d70d52d57cdd.tar.bz2
Remove a few merged versionadded/changed.
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r--Doc/library/socket.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index 19970ad..5c3d9f6 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -85,9 +85,6 @@ The module :mod:`socket` exports the following constants and functions:
accompanying :exc:`os.error`. See the module :mod:`errno`, which contains names
for the error codes defined by the underlying operating system.
- .. versionchanged:: 2.6
- :exc:`socket.error` is now a child class of :exc:`IOError`.
-
.. exception:: herror