mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
#2118: IOError is deprecated, use OSError.
This commit is contained in:
parent
96d6a78ce0
commit
8a34596bbe
3 changed files with 3 additions and 3 deletions
|
@ -103,7 +103,7 @@ A nice selection of exceptions is defined as well:
|
|||
|
||||
.. exception:: SMTPException
|
||||
|
||||
Subclass of :exc:`IOError` that is the base exception class for all
|
||||
Subclass of :exc:`OSError` that is the base exception class for all
|
||||
the other excpetions provided by this module.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue