diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-05 10:43:19 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-05 10:43:19 (GMT) |
commit | d9baa8592cd26e2fd2689d3eeda6e5f7fd3e21a8 (patch) | |
tree | 4541e08dc9b0e45431a83ccb59b4d6c3f6d67432 /Misc | |
parent | e0c3f5edc0f20cc28363258df501758c1bdb1ca7 (diff) | |
download | cpython-d9baa8592cd26e2fd2689d3eeda6e5f7fd3e21a8.zip cpython-d9baa8592cd26e2fd2689d3eeda6e5f7fd3e21a8.tar.gz cpython-d9baa8592cd26e2fd2689d3eeda6e5f7fd3e21a8.tar.bz2 |
NEWS entry for previous ipaddress fix
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 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. |