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.21:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZOpiAgAYcM2LVm8k=iJcLNi+33em3n_Tid_b+Y-0MHQA@mail.gmail.com>
In-reply-to <1344020257.11.0.0481195989318.issue15547@psf.upfronthosting.co.za>
Content
Oh, I see: os.ftruncate() is present in Python 3.2; but os.truncate()
was added to Python 3.3. Ok, it's an excellent reason to not remove
os.ftruncate() ;-)
History
Date User Action Args
2012-08-03 21:39:28vstinnersetrecipients: + vstinner, georg.brandl, larry
2012-08-03 21:39:28vstinnerlinkissue15547 messages
2012-08-03 21:39:28vstinnercreate