Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).

This commit is contained in:
Antoine Pitrou 2013-11-22 17:38:12 +01:00
parent b523f8433a
commit 31119e4f10
8 changed files with 3830 additions and 0 deletions

View file

@ -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