Kaydet (Commit) d9baa859 authored tarafından Nick Coghlan's avatar Nick Coghlan

NEWS entry for previous ipaddress fix

üst e0c3f5ed
...@@ -77,6 +77,10 @@ Core and Builtins ...@@ -77,6 +77,10 @@ Core and Builtins
Library 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 - Issue #15546: Fix handling of pathological input data in the read1() method of
the BZ2File, GzipFile and LZMAFile classes. the BZ2File, GzipFile and LZMAFile classes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment