bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager by ZackerySpytz · Pull Request #7631 · python/cpython

@ZackerySpytz

…nager

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

bitdancer

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>

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>