[issue31887] docs for email.generator are missing a comment on special multipart/signed handling

2019-01-05 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___

[issue31887] docs for email.generator are missing a comment on special multipart/signed handling

2018-11-04 Thread miss-islington
miss-islington added the comment: New changeset 622935d9a69d12e125e470ce9a9ff3cad9e8e296 by Miss Islington (bot) (Saptak Sengupta) in branch 'master': bpo-31887: Adds documentations for special multipart/signed handling (GH-4268) https://github.com/python/cpython/commit/622935d9a69d12e125e470

[issue31887] docs for email.generator are missing a comment on special multipart/signed handling

2017-11-03 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4231 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue31887] docs for email.generator are missing a comment on special multipart/signed handling

2017-10-27 Thread R. David Murray
R. David Murray added the comment: The patch looks good to me if someone wants to make a PR out of it. If you wouldn't mind digitally signing the CLA, Peter, that would make PSF legal happy, though I doubt a one sentence doc patch is really an issue. -- _

[issue31887] docs for email.generator are missing a comment on special multipart/signed handling

2017-10-27 Thread Peter Wullinger
New submission from Peter Wullinger : The documentation for email.generator.{Bytes,}Generator do not mention that Generator._handle_multipart_signed() exists and disables header folding for subparts of multipart/signed. This may cause some frustration, since, as implemented, rendering a messag