[Python-Dev] best place for an atomic file API (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Thu Feb 16 01:21:06 CET 2012
- Previous message: [Python-Dev] best place for an atomic file API
- Next message: [Python-Dev] best place for an atomic file API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] best place for an atomic file API
- Next message: [Python-Dev] best place for an atomic file API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]