Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c3f5e commit d9baa85Copy full SHA for d9baa85
1 file changed
Misc/NEWS
@@ -77,6 +77,10 @@ Core and Builtins
77
Library
78
-------
79
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
+
84
- Issue #15546: Fix handling of pathological input data in the read1() method of
85
the BZ2File, GzipFile and LZMAFile classes.
86
0 commit comments