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 vstinner
Recipients georg.brandl, larry, vstinner
Date 2012-08-03.12:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343996828.65.0.148496596686.issue15547@psf.upfronthosting.co.za>
In-reply-to
Content
To check if os.truncate() supports file description, "os.truncate in os.supports_fd" checek can be used.
History
Date User Action Args
2012-08-03 12:27:08vstinnersetrecipients: + vstinner, georg.brandl, larry
2012-08-03 12:27:08vstinnersetmessageid: <1343996828.65.0.148496596686.issue15547@psf.upfronthosting.co.za>
2012-08-03 12:27:08vstinnerlinkissue15547 messages
2012-08-03 12:27:07vstinnercreate