This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Doc: Add missing version info to email.parser
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: SilentGhost, berker.peksag, docs@python, notizblock, python-dev
Priority: normal Keywords: patch

Created on 2016-07-27 09:30 by notizblock, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
email-parser-add_version_info.patch notizblock, 2016-07-27 09:30 review
Messages (4)
msg271442 - (view) Author: Florian Preinstorfer (notizblock) Date: 2016-07-27 09:30
The versionchanged field has no version info for message_from_string().
msg271443 - (view) Author: SilentGhost (SilentGhost) * (Python triager) Date: 2016-07-27 09:36
LGTM
msg271444 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-07-27 10:33
New changeset 3f2e37e705d3 by Berker Peksag in branch '3.5':
Issue #27633: Fix usage of versionchanged directive in email.parser.rst
https://hg.python.org/cpython/rev/3f2e37e705d3

New changeset 8224ad99842e by Berker Peksag in branch 'default':
Issue #27633: Merge from 3.5
https://hg.python.org/cpython/rev/8224ad99842e
msg271445 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-07-27 10:33
Good catch, thanks!
History
Date User Action Args
2022-04-11 14:58:34adminsetgithub: 71820
2016-07-27 10:33:52berker.peksagsetstatus: open -> closed

type: enhancement -> behavior
versions: - Python 3.3, Python 3.4
nosy: + berker.peksag

messages: + msg271445
resolution: fixed
stage: commit review -> resolved
2016-07-27 10:33:11python-devsetnosy: + python-dev
messages: + msg271444
2016-07-27 09:36:51SilentGhostsetnosy: + docs@python, SilentGhost
messages: + msg271443

assignee: docs@python
components: + Documentation
stage: commit review
2016-07-27 09:30:33notizblockcreate