mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
NEWS entry for previous ipaddress fix
This commit is contained in:
parent
e0c3f5edc0
commit
d9baa8592c
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #15559: To avoid a problematic failure mode when passed to the bytes
|
||||
constructor, objects in the ipaddress module no longer implement __index__
|
||||
(they still implement __int__ as appropriate)
|
||||
|
||||
- Issue #15546: Fix handling of pathological input data in the read1() method of
|
||||
the BZ2File, GzipFile and LZMAFile classes.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue