Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager #7631

Merged
merged 1 commit into from Jun 11, 2018

Conversation

ZackerySpytz
Copy link
Contributor

@ZackerySpytz ZackerySpytz commented Jun 11, 2018

The docs falsely claimed that a list of EmailMessage objects could be
passed to set_content().

https://bugs.python.org/issue30820

…nager

The docs falsely claimed that a list of EmailMessage objects could be
passed to set_content().
@bitdancer bitdancer merged commit 2c071ce into python:master Jun 11, 2018
@bedevere-bot
Copy link

@bitdancer: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Contributor

Thanks @ZackerySpytz for the PR, and @bitdancer for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-7633 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 11, 2018
…nager (pythonGH-7631)

The docs claimed that a list of EmailMessage objects could be
passed to set_content(), but this was never implemented.
(cherry picked from commit 2c071ce)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@bedevere-bot
Copy link

GH-7634 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 11, 2018
…nager (pythonGH-7631)

The docs claimed that a list of EmailMessage objects could be
passed to set_content(), but this was never implemented.
(cherry picked from commit 2c071ce)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
bitdancer pushed a commit that referenced this pull request Jun 11, 2018
…nager (GH-7631) (#7633)

The docs claimed that a list of EmailMessage objects could be
passed to set_content(), but this was never implemented.
(cherry picked from commit 2c071ce)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
bitdancer pushed a commit that referenced this pull request Jun 11, 2018
…nager (GH-7631) (#7634)

The docs claimed that a list of EmailMessage objects could be
passed to set_content(), but this was never implemented.
(cherry picked from commit 2c071ce)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@ZackerySpytz ZackerySpytz deleted the bpo-30820-set_content-doc branch June 12, 2018 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants