Commit 195e7028 authored by Antoine Pitrou's avatar Antoine Pitrou

Mention the merging of other exceptions into OSError.

parent 9b7fcf8c
......@@ -216,6 +216,11 @@ The following exceptions are the exceptions that are usually raised.
:func:`os.unlink`), the exception instance will contain an additional
attribute, :attr:`filename`, which is the file name passed to the function.
.. versionchanged:: 3.3
:exc:`EnvironmentError`, :exc:`IOError`, :exc:`WindowsError`,
:exc:`VMSError`, :exc:`socket.error`, :exc:`select.error` and
:exc:`mmap.error` have been merged into :exc:`OSError`.
.. exception:: OverflowError
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment