summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-08-03 12:49:42 (GMT)
committerJesus Cea <jcea@jcea.es>2012-08-03 12:49:42 (GMT)
commit16e2fca47e44e6244d7aaa285fde5ae162c4baab (patch)
tree1df990f455d3509567d22eee1500059c0ad1c2f1 /Misc/NEWS
parente9c5318967e1e62e940b72cd47502a1a3b559b95 (diff)
downloadcpython-16e2fca47e44e6244d7aaa285fde5ae162c4baab.zip
cpython-16e2fca47e44e6244d7aaa285fde5ae162c4baab.tar.gz
cpython-16e2fca47e44e6244d7aaa285fde5ae162c4baab.tar.bz2
Closes #15469: Correct __sizeof__ support for deque
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a968c24..d5e3113 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -110,6 +110,9 @@ Library
- Issue #15512: Add a __sizeof__ implementation for parser.
Patch by Serhiy Storchaka.
+- Issue #15469: Add a __sizeof__ implementation for deque objects.
+ Patch by Serhiy Storchaka.
+
- Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Patch by Serhiy Storchaka.