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 collinwinter, eric.araujo, georg.brandl, giampaolo.rodola, ncoghlan, python-dev, r.david.murray, serhiy.storchaka
Date 2013-02-09.10:26:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Z38ZQ6VrQzRRn@mail.python.org>
In-reply-to
Content
New changeset 5c2ff6e64c47 by Serhiy Storchaka in branch '2.7':
Issue #10355: SpooledTemporaryFile properties and xreadline method now work for unrolled files.
http://hg.python.org/cpython/rev/5c2ff6e64c47

New changeset dfc6902b63d7 by Serhiy Storchaka in branch '3.2':
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
http://hg.python.org/cpython/rev/dfc6902b63d7

New changeset f36d8ba4eeef by Serhiy Storchaka in branch '3.3':
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
http://hg.python.org/cpython/rev/f36d8ba4eeef

New changeset f1a13191f0c8 by Serhiy Storchaka in branch 'default':
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
http://hg.python.org/cpython/rev/f1a13191f0c8
History
Date User Action Args
2013-02-09 10:26:55python-devsetrecipients: + python-dev, georg.brandl, collinwinter, ncoghlan, giampaolo.rodola, eric.araujo, r.david.murray, serhiy.storchaka
2013-02-09 10:26:55python-devlinkissue10355 messages
2013-02-09 10:26:55python-devcreate