[ buster ]
[ Bron: python-atomicwrites ]
Pakket: python-atomicwrites (1.1.5-2)
Verwijzigingen voor python-atomicwrites
Debian bronnen:
Het bronpakket python-atomicwrites downloaden:
- [python-atomicwrites_1.1.5-2.dsc]
- [python-atomicwrites_1.1.5.orig.tar.gz]
- [python-atomicwrites_1.1.5-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Atomic file writes - Python 2.7
It uses a temporary file in the same directory as the given path. This ensures that the temporary file resides on the same filesystem. The temporary file will then be atomically moved to the target location: On POSIX, it will use rename if files should be overwritten, otherwise a combination of link and unlink.
This package contains the Python 2.7 module.
Andere aan python-atomicwrites gerelateerde pakketten
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)