commit | baee34c3442592785171abce5560ae2b618c5645 | [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 | 1b42115bf6527a5c077b9ef23a25c98b03b4c585 | |
parent | bff5df0d1ca6c37a3454dd5dff5d587af27ab8be [diff] [blame] |
Issue #15489: Add a __sizeof__ implementation for BytesIO objects. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 0440114..dcba56a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -92,6 +92,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.