diff options
author | Jesus Cea <jcea@jcea.es> | 2012-08-03 12:49:42 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-08-03 12:49:42 (GMT) |
commit | 16e2fca47e44e6244d7aaa285fde5ae162c4baab (patch) | |
tree | 1df990f455d3509567d22eee1500059c0ad1c2f1 /Misc/NEWS | |
parent | e9c5318967e1e62e940b72cd47502a1a3b559b95 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |