[Python-Dev] best place for an atomic file API
Nick Coghlan
ncoghlan at gmail.com
Thu Feb 16 01:21:06 CET 2012
On Thu, Feb 16, 2012 at 9:29 AM, Steven D'Aprano <steve at pearwood.info> wrote:
> Charles-François Natali wrote:
>> What would be the best place for a such a class?
>> _pyio, tempfile, or a new atomicfile
>
>
> shutil perhaps?
>
> As a user, that's the third place I look for file utilities, after builtin
> functions and os module.
+1 for shutil from me.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list