#11019: Make BytesGenerator handle Message with None body.

Bug discovery and initial patch by Victor Stinner.
This commit is contained in:
R. David Murray 2011-01-26 21:21:32 +00:00
parent a63a312a3f
commit 7372a07fd0
3 changed files with 12 additions and 0 deletions

View file

@ -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.