Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9baa85

Browse files
committed
NEWS entry for previous ipaddress fix
1 parent e0c3f5e commit d9baa85

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Core and Builtins
7777
Library
7878
-------
7979

80+
- Issue #15559: To avoid a problematic failure mode when passed to the bytes
81+
constructor, objects in the ipaddress module no longer implement __index__
82+
(they still implement __int__ as appropriate)
83+
8084
- Issue #15546: Fix handling of pathological input data in the read1() method of
8185
the BZ2File, GzipFile and LZMAFile classes.
8286

0 commit comments

Comments
 (0)