diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-28 19:43:35 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-01-28 19:43:35 (GMT) |
commit | 0a20bbf66913157bb54b8d6e426f540233c7ea6c (patch) | |
tree | 4a1efd1f9980fe4356686db47c3497229d6afeae /Misc | |
parent | d5db57396b9c174dac3f8491cc50b61080cec75a (diff) | |
download | cpython-0a20bbf66913157bb54b8d6e426f540233c7ea6c.zip cpython-0a20bbf66913157bb54b8d6e426f540233c7ea6c.tar.gz cpython-0a20bbf66913157bb54b8d6e426f540233c7ea6c.tar.bz2 |
Issue #26202: copy.deepcopy() now correctly copies range() objects with
non-atomic attributes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Core and Builtins Library ------- +- Issue #26202: copy.deepcopy() now correctly copies range() objects with + non-atomic attributes. + - Issue #19883: Fixed possible integer overflows in zipimport. - Issue #26227: On Windows, getnameinfo(), gethostbyaddr() and |