commit | a264384fe6de357680ca0cf02cd6024bbba0ba45 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Jul 29 19:04:57 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Jul 29 19:04:57 2012 +0200 |
tree | ea2c7c77a9c36cda0843e1628a4e0262d13c4c4f | |
parent | 2b16844326f9a88f7c5daf16abfb04cee70f02bc [diff] [blame] | |
parent | 10f0c50a0bc9237d640cb7beb216d63f9ec2b3eb [diff] [blame] |
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 185892f..8848e1a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -334,6 +334,9 @@ Library ------- +- Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. + Patch by Serhiy Storchaka. + - Issue #15187: Bugfix: remove temporary directories test_shutil was leaving behind.