[ Bron: python-atomicwrites ]
Pakket: python3-atomicwrites (1.4.1-1)
Verwijzigingen voor python3-atomicwrites
Debian bronnen:
Het bronpakket python-atomicwrites downloaden:
- [python-atomicwrites_1.4.1-1.dsc]
- [python-atomicwrites_1.4.1.orig.tar.gz]
- [python-atomicwrites_1.4.1-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Atomic file writes - Python 3.x
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 3.x module.
Andere aan python3-atomicwrites gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)