A module wrapper for os.path
The path package implements a path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly.
- Developed at devel:languages:python
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-path && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
path-16.12.1.tar.gz | 0000049685 48.5 KB | |
python-path.changes | 0000014583 14.2 KB | |
python-path.spec | 0000002623 2.56 KB |
Revision 9 (latest revision is 11)
Ana Guerrero (anag+factory)
accepted
request 1165959
from
Dirk Mueller (dirkmueller)
(revision 9)
- update to 16.12.1: * Restore functionality in .isdir and .isfile. * Added .is_dir and .is_file for parity with pathlib. Deprecates .isdir and .isfile. * Inlined some types. * Fix iterdir - it also accepts match. Ref #220. * Add type annotation for iterdir.
Comments 0