mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix a couple of versionadded/versionchanged related markup errors.
This commit is contained in:
parent
f551001322
commit
61063cca6a
16 changed files with 39 additions and 32 deletions
|
|
@ -107,7 +107,8 @@ can be much faster in these situations, since they do not attempt to parse the
|
|||
message body, instead setting the payload to the raw body as a string. They
|
||||
have the same API as the :class:`Parser` and :class:`BytesParser` classes.
|
||||
|
||||
.. versionadded:: 3.3 BytesHeaderParser
|
||||
.. versionadded:: 3.3
|
||||
The BytesHeaderParser class.
|
||||
|
||||
|
||||
.. class:: Parser(_class=email.message.Message, *, policy=policy.default)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue