套件: python3-atomicwrites (1.1.5-1)
python3-atomicwrites 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-atomicwrites:
- [python-atomicwrites_1.1.5-1.dsc]
- [python-atomicwrites_1.1.5.orig.tar.gz]
- [python-atomicwrites_1.1.5-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Filip Pytloun
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 python3-atomicwrites 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)