mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
This commit is contained in:
parent
b523f8433a
commit
31119e4f10
8 changed files with 3830 additions and 0 deletions
|
@ -22,6 +22,11 @@ Functions such as :func:`expanduser` and :func:`expandvars` can be invoked
|
|||
explicitly when an application desires shell-like path expansion. (See also
|
||||
the :mod:`glob` module.)
|
||||
|
||||
|
||||
.. seealso::
|
||||
The :mod:`pathlib` module offers high-level path objects.
|
||||
|
||||
|
||||
.. note::
|
||||
|
||||
All of these functions accept either only bytes or only string objects as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue