This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients benjamin.peterson, hynek, meador.inge, pitrou, python-dev, serhiy.storchaka, stutzbach
Date 2012-07-29.17:07:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3WlVhj1nFMzPTd@mail.python.org>
In-reply-to
Content
New changeset 8a02a93c803a by Antoine Pitrou in branch '3.2':
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
http://hg.python.org/cpython/rev/8a02a93c803a

New changeset 1d811e1097ed by Antoine Pitrou in branch 'default':
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
http://hg.python.org/cpython/rev/1d811e1097ed
History
Date User Action Args
2012-07-29 17:07:34python-devsetrecipients: + python-dev, pitrou, benjamin.peterson, stutzbach, meador.inge, hynek, serhiy.storchaka
2012-07-29 17:07:33python-devlinkissue15487 messages
2012-07-29 17:07:33python-devcreate