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 karaken12
Recipients karaken12
Date 2010-10-02.14:16:53
SpamBayes Score 7.3303323e-09
Marked as misclassified No
Message-id <1286029015.57.0.815158740908.issue10016@psf.upfronthosting.co.za>
In-reply-to
Content
Copying a sparse file under Linux using shutil.copyfile will not result in a sparse file at the end of the process.  I'm submitting a patch that will remedy this.

Note that I am only concerned with Linux at the moment -- as far as I know this patch will not mess things up on other platforms, but this will need to be tested.  It depends on the behaviour of os.truncate() when the pointer is past the end of the file, which according to the docs is platform dependant.

Tom

P.S. This is my first time submitting an issue -- if there's anything I need to do and haven't, please let me know.
History
Date User Action Args
2010-10-02 14:16:55karaken12setrecipients: + karaken12
2010-10-02 14:16:55karaken12setmessageid: <1286029015.57.0.815158740908.issue10016@psf.upfronthosting.co.za>
2010-10-02 14:16:54karaken12linkissue10016 messages
2010-10-02 14:16:53karaken12create