Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b69c0c1

Browse files
committed
whatsnew: final edit pass.
1 parent 3e825c6 commit b69c0c1

4 files changed

Lines changed: 92 additions & 89 deletions

File tree

Doc/includes/email-alternative-new-api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
[1] http://www.yummly.com/recipe/Roasted-Asparagus-Epicurious-203718
2121
22-
--Éric
22+
--Pepé
2323
""")
2424

2525
# Add the html version. This converts the message into a multipart/alternative

Doc/library/exceptions.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ The following exceptions are the exceptions that are usually raised.
265265
:exc:`mmap.error` have been merged into :exc:`OSError`.
266266

267267
.. versionchanged:: 3.4
268-
269268
The :attr:`filename` attribute is now the original file name passed to
270269
the function, instead of the name encoded to or decoded from the
271270
filesystem encoding. Also, the :attr:`filename2` attribute was added.

Doc/library/smtplib.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ A nice selection of exceptions is defined as well:
117117
Subclass of :exc:`OSError` that is the base exception class for all
118118
the other exceptions provided by this module.
119119

120+
.. versionchanged:: 3.4
121+
SMTPException became subclass of :exc:`OSError`
122+
120123

121124
.. exception:: SMTPServerDisconnected
122125

0 commit comments

Comments
 (0)