diff options
author | Georg Brandl <georg@python.org> | 2007-12-02 23:15:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-02 23:15:43 (GMT) |
commit | 6554cb94ba328939366ac6f12104d70d52d57cdd (patch) | |
tree | ac767593229fbe98dc8780146cb1dfadd43737dd /Doc/library/socket.rst | |
parent | aacc08990bd67268f75735251403510676399fea (diff) | |
download | cpython-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.rst | 3 |
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 |