diff options
author | R. David Murray <rdmurray@bitdance.com> | 2011-01-26 21:21:32 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2011-01-26 21:21:32 (GMT) |
commit | 7372a07fd0eb8e32fe9d03ee5a56ecc14788dfb0 (patch) | |
tree | 73992b4a0b679dcc803f4136056c60980fe3dd91 /Misc | |
parent | a63a312a3f5a4f3b76617831e56ac9d295929fa0 (diff) | |
download | cpython-7372a07fd0eb8e32fe9d03ee5a56ecc14788dfb0.zip cpython-7372a07fd0eb8e32fe9d03ee5a56ecc14788dfb0.tar.gz cpython-7372a07fd0eb8e32fe9d03ee5a56ecc14788dfb0.tar.bz2 |
#11019: Make BytesGenerator handle Message with None body.
Bug discovery and initial patch by Victor Stinner.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ Core and Builtins Library ------- +- Issue #11019: Fixed BytesGenerator so that it correctly handles a Message + with a None body. + - Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a keyword-only argument. The preceding positional argument was deprecated, so it made no sense to add filter as a positional argument. |