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
- Sources inherited from project openSUSE:Factory
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:seife:Factory/python-path && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
path-17.0.0.tar.gz | 0000049721 48.6 KB | |
python-path.changes | 0000015510 15.1 KB | |
python-path.spec | 0000002622 2.56 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1194573
from
Dirk Mueller (dirkmueller)
(revision 11)
- update to 17.0.0: * Removed deprecated methods getcwd, abspath, ext, listdir, isdir, isfile, and text. * Removed deprecated support for passing bytes to write_text and write_lines(linesep=) parameter. * Implement .replace. * Add .home classmethod. * Replaced 'open' overloads with 'functools.wraps(open)' for simple re-use. * Add type hints for .with_name, .suffix, .with_stem. * Add type hint for .absolute.
Comments 0