]> granicus.if.org Git - python/commit
#11019: Make BytesGenerator handle Message with None body.
authorR. David Murray <rdmurray@bitdance.com>
Wed, 26 Jan 2011 21:21:32 +0000 (21:21 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 26 Jan 2011 21:21:32 +0000 (21:21 +0000)
commit7372a07fd0eb8e32fe9d03ee5a56ecc14788dfb0
tree73992b4a0b679dcc803f4136056c60980fe3dd91
parenta63a312a3f5a4f3b76617831e56ac9d295929fa0
#11019: Make BytesGenerator handle Message with None body.

Bug discovery and initial patch by Victor Stinner.
Lib/email/generator.py
Lib/email/test/test_email.py
Misc/NEWS