commit | 57911f6c1a84dd0eb050908f81d6e60d38054271 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Jul 30 00:01:44 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Jul 30 00:01:44 2012 +0200 |
tree | 539f04bf5b1110f16170097d74467cfd188aa3bd | |
parent | a264384fe6de357680ca0cf02cd6024bbba0ba45 [diff] [blame] | |
parent | 8f328d0c1d86096b3d4e5f1c1ac497663e197a0d [diff] [blame] |
Issue #15489: Add a __sizeof__ implementation for BytesIO objects. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 8848e1a..e7110ca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -334,6 +334,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.