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 martin.panter
Recipients Gary Fernie, martin.panter
Date 2016-01-22.02:30:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453429811.57.0.0390461207751.issue26175@psf.upfronthosting.co.za>
In-reply-to
Content
It would be nice to add test cases for this.

Looking at <https://docs.python.org/release/3.4.3/library/tempfile.html#tempfile.SpooledTemporaryFile>, there is a version changed notice for the truncate() method. So perhaps this should be added as a new feature for 3.6. On the other hand, the documentation doesn’t mention the specific API, so I would assume the relevant IOBase subclass, and this would be a bug.
History
Date User Action Args
2016-01-22 02:30:11martin.pantersetrecipients: + martin.panter, Gary Fernie
2016-01-22 02:30:11martin.pantersetmessageid: <1453429811.57.0.0390461207751.issue26175@psf.upfronthosting.co.za>
2016-01-22 02:30:11martin.panterlinkissue26175 messages
2016-01-22 02:30:10martin.pantercreate