summaryrefslogtreecommitdiffstats
path: root/Doc/library/pathlib.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-09-27 21:01:55 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2014-09-27 21:01:55 (GMT)
commit131caba074ae6d72dd795ca9a61f17c45c1a3349 (patch)
treea96ec5126c5cf43e47a59731511ae5fbcc541b9f /Doc/library/pathlib.rst
parent3a54c3e3aa7148522ca1af7244b79f9bad57c59b (diff)
parent9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8 (diff)
downloadcpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.zip
cpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.tar.gz
cpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.tar.bz2
Revert #22251
Diffstat (limited to 'Doc/library/pathlib.rst')
-rw-r--r--Doc/library/pathlib.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index 1d11d7b..67ed914 100644
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -32,18 +32,15 @@ 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.