mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
#11019: Make BytesGenerator handle Message with None body.
Bug discovery and initial patch by Victor Stinner.
This commit is contained in:
parent
a63a312a3f
commit
7372a07fd0
3 changed files with 12 additions and 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue