summaryrefslogtreecommitdiffstats
path: root/Doc/library/exceptions.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/exceptions.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/exceptions.rst')
-rw-r--r--Doc/library/exceptions.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
index 5620b1b..d29ce12 100644
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -147,9 +147,6 @@ The following exceptions are the exceptions that are actually raised.
This class is derived from :exc:`EnvironmentError`. See the discussion above
for more information on exception instance attributes.
- .. versionchanged:: 2.6
- Changed :exc:`socket.error` to use this as a base class.
-
.. exception:: ImportError