commit | 8f328d0c1d86096b3d4e5f1c1ac497663e197a0d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Jul 30 00:01:06 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Jul 30 00:01:06 2012 +0200 |
tree | 8673cc00da383533b00baf893913062390c7d95f | |
parent | 10f0c50a0bc9237d640cb7beb216d63f9ec2b3eb [diff] [blame] |
Issue #15489: Add a __sizeof__ implementation for BytesIO objects. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 3e6b8f8..1b3d244 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -98,6 +98,9 @@ Library ------- +- Issue #15489: Add a __sizeof__ implementation for BytesIO objects. + Patch by Serhiy Storchaka. + - Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. Patch by Serhiy Storchaka.