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/exceptions.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/exceptions.rst')
-rw-r--r-- | Doc/library/exceptions.rst | 3 |
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 |