Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7fcbc4ba
Commit
7fcbc4ba
authored
Mar 14, 2014
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whatsnew: final edit pass.
parent
ac25480f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
92 additions
and
89 deletions
+92
-89
Doc/includes/email-alternative-new-api.py
Doc/includes/email-alternative-new-api.py
+1
-1
Doc/library/exceptions.rst
Doc/library/exceptions.rst
+0
-1
Doc/library/smtplib.rst
Doc/library/smtplib.rst
+3
-0
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+88
-87
No files found.
Doc/includes/email-alternative-new-api.py
View file @
7fcbc4ba
...
@@ -19,7 +19,7 @@ Cela ressemble à un excellent recipie[1] déjeuner.
...
@@ -19,7 +19,7 @@ Cela ressemble à un excellent recipie[1] déjeuner.
[1] http://www.yummly.com/recipe/Roasted-Asparagus-Epicurious-203718
[1] http://www.yummly.com/recipe/Roasted-Asparagus-Epicurious-203718
--
Éric
--
Pepé
"""
)
"""
)
# Add the html version. This converts the message into a multipart/alternative
# Add the html version. This converts the message into a multipart/alternative
...
...
Doc/library/exceptions.rst
View file @
7fcbc4ba
...
@@ -265,7 +265,6 @@ The following exceptions are the exceptions that are usually raised.
...
@@ -265,7 +265,6 @@ The following exceptions are the exceptions that are usually raised.
:exc:`mmap.error` have been merged into :exc:`OSError`.
:exc:`mmap.error` have been merged into :exc:`OSError`.
.. versionchanged:: 3.4
.. versionchanged:: 3.4
The :attr:`filename` attribute is now the original file name passed to
The :attr:`filename` attribute is now the original file name passed to
the function, instead of the name encoded to or decoded from the
the function, instead of the name encoded to or decoded from the
filesystem encoding. Also, the :attr:`filename2` attribute was added.
filesystem encoding. Also, the :attr:`filename2` attribute was added.
...
...
Doc/library/smtplib.rst
View file @
7fcbc4ba
...
@@ -117,6 +117,9 @@ A nice selection of exceptions is defined as well:
...
@@ -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
Subclass of :exc:`OSError` that is the base exception class for all
the other exceptions provided by this module.
the other exceptions provided by this module.
.. versionchanged:: 3.4
SMTPException became subclass of :exc:`OSError`
.. exception:: SMTPServerDisconnected
.. exception:: SMTPServerDisconnected
...
...
Doc/whatsnew/3.4.rst
View file @
7fcbc4ba
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment