diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 20:22:35 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 20:22:35 (GMT) |
commit | f7fee331042baa0180f89cd38903573bbd12106e (patch) | |
tree | 7f7595620de5ec1487b5f99e928e4f08211a3ed4 /Doc/library/pathlib.rst | |
parent | 89c6ee2df19f169e4e60e1e8bb7b711aa057144e (diff) | |
parent | 3749404ba5968c5571d47bc8a984f008a7eb8f80 (diff) | |
download | cpython-f7fee331042baa0180f89cd38903573bbd12106e.zip cpython-f7fee331042baa0180f89cd38903573bbd12106e.tar.gz cpython-f7fee331042baa0180f89cd38903573bbd12106e.tar.bz2 |
Issue #22251: Fix ReST markup to avoid errors building docs.
Diffstat (limited to 'Doc/library/pathlib.rst')
-rw-r--r-- | Doc/library/pathlib.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 67ed914..1d11d7b 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -32,15 +32,18 @@ Pure paths are useful in some special cases; for example: useful since those simply don't have any OS-accessing operations. .. note:: + This module has been included in the standard library on a :term:`provisional basis <provisional package>`. Backwards incompatible changes (up to and including removal of the package) may occur if deemed necessary by the core developers. .. seealso:: + :pep:`428`: The pathlib module -- object-oriented filesystem paths. .. seealso:: + For low-level path manipulation on strings, you can also use the :mod:`os.path` module. |