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 gvanrossum
Recipients gvanrossum, icharnas
Date 2008-08-07.16:20:30
SpamBayes Score 0.04569556
Marked as misclassified No
Message-id <1218126032.06.0.605864328582.issue3512@psf.upfronthosting.co.za>
In-reply-to
Content
IMO it would be better not to confuse matters my having os.fsync() call
fullfsync(); it's better to add a separate os.fullfsync() call on
platforms that support it.  That way the application can choose.  I
suppose Apple had a reason for changing the behavior...
History
Date User Action Args
2008-08-07 16:20:32gvanrossumsetrecipients: + gvanrossum, icharnas
2008-08-07 16:20:32gvanrossumsetmessageid: <1218126032.06.0.605864328582.issue3512@psf.upfronthosting.co.za>
2008-08-07 16:20:31gvanrossumlinkissue3512 messages
2008-08-07 16:20:30gvanrossumcreate