[issue8604] Adding an atomic FS write API

Antoine Pitrou report at bugs.python.org
Fri Dec 23 11:27:37 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> I wish we had something like:
> io.file
> io.file.tempfile
> io.file.path
> io.file.atomicfile

I adhere to "flat is better than nested". e.g. it always irks me to type "urllib.request" instead of "urllib". A 3-level deep nesting in the stdlib would certainly shock many people :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8604>
_______________________________________


More information about the Python-bugs-list mailing list