mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
whatsnew: final edit pass.
This commit is contained in:
parent
3e825c66ad
commit
b69c0c16cd
4 changed files with 92 additions and 89 deletions
|
@ -265,7 +265,6 @@ The following exceptions are the exceptions that are usually raised.
|
|||
:exc:`mmap.error` have been merged into :exc:`OSError`.
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
|
||||
The :attr:`filename` attribute is now the original file name passed to
|
||||
the function, instead of the name encoded to or decoded from the
|
||||
filesystem encoding. Also, the :attr:`filename2` attribute was added.
|
||||
|
|
|
@ -117,6 +117,9 @@ A nice selection of exceptions is defined as well:
|
|||
Subclass of :exc:`OSError` that is the base exception class for all
|
||||
the other exceptions provided by this module.
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
SMTPException became subclass of :exc:`OSError`
|
||||
|
||||
|
||||
.. exception:: SMTPServerDisconnected
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue