summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-01-28 19:43:35 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-01-28 19:43:35 (GMT)
commit0a20bbf66913157bb54b8d6e426f540233c7ea6c (patch)
tree4a1efd1f9980fe4356686db47c3497229d6afeae /Misc
parentd5db57396b9c174dac3f8491cc50b61080cec75a (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cd693fc..cbfae9b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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