summaryrefslogtreecommitdiff
path: root/Doc/library/pathlib.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-09-27 23:22:35 +0300
committerBerker Peksag <berker.peksag@gmail.com>2014-09-27 23:22:35 +0300
commit562b53981410ac9656ea78d879e93a95e5822d1e (patch)
tree9db8211ae55763e1e0fd183473d305435200f2b9 /Doc/library/pathlib.rst
parentc27a2e3d75c857b063347699099a0551c3ae5aa0 (diff)
parentf3a40b8084e0c4d66c9949f8295b55775f537c93 (diff)
downloadcpython-562b53981410ac9656ea78d879e93a95e5822d1e.tar.gz
Issue #22251: Fix ReST markup to avoid errors building docs.
Diffstat (limited to 'Doc/library/pathlib.rst')
-rw-r--r--Doc/library/pathlib.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index 67ed914e9f..1d11d7bde6 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.