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
b17ba095
Commit
b17ba095
authored
Oct 18, 2016
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bold arguments
parent
fa22b299
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/library/email.parser.rst
Doc/library/email.parser.rst
+4
-4
No files found.
Doc/library/email.parser.rst
View file @
b17ba095
...
...
@@ -92,7 +92,7 @@ Here is the API for the :class:`BytesFeedParser`:
.. versionadded:: 3.2
.. versionchanged:: 3.3 Added the *policy* keyword.
.. versionchanged:: 3.6
_factory
defaults to the policy ``message_factory``.
.. versionchanged:: 3.6
*_factory*
defaults to the policy ``message_factory``.
.. method:: feed(data)
...
...
@@ -148,7 +148,7 @@ message body, instead setting the payload to the raw body.
.. versionchanged:: 3.3
Removed the *strict* argument that was deprecated in 2.4. Added the
*policy* keyword.
.. versionchanged:: 3.6
_class
defaults to the policy ``message_factory``.
.. versionchanged:: 3.6
*_class*
defaults to the policy ``message_factory``.
.. method:: parse(fp, headersonly=False)
...
...
@@ -197,7 +197,7 @@ message body, instead setting the payload to the raw body.
.. versionchanged:: 3.3
Removed the *strict* argument. Added the *policy* keyword.
.. versionchanged:: 3.6
_class
defaults to the policy ``message_factory``.
.. versionchanged:: 3.6
*_class*
defaults to the policy ``message_factory``.
.. method:: parse(fp, headersonly=False)
...
...
@@ -277,7 +277,7 @@ in the top-level :mod:`email` package namespace.
.. versionchanged:: 3.3
Removed the *strict* argument. Added the *policy* keyword.
.. versionchanged:: 3.6
_class
defaults to the policy ``message_factory``.
.. versionchanged:: 3.6
*_class*
defaults to the policy ``message_factory``.
Here's an example of how you might use :func:`message_from_bytes` at an
...
...
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