]> granicus.if.org Git - python/commit
bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Fri, 19 Oct 2018 00:21:47 +0000 (20:21 -0400)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 19 Oct 2018 00:21:47 +0000 (20:21 -0400)
commitd16f012f842e5719ff9fb90e217efc0f795853f2
tree669ff81719b7c64c559a6347080f79e44677f891
parent5be00247ae0de2e24dd14bbe4d9ca159434a1710
bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857)

This allows *from_* to be successfully set to a non-default value when calling mbox.get_string.
Lib/mailbox.py
Lib/test/test_mailbox.py
Misc/NEWS.d/next/Library/2018-10-13-18-16-20.bpo-31522.rWBb43.rst [new file with mode: 0644]