summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.path.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-12-14 12:37:26 (GMT)
committerGitHub <noreply@github.com>2018-12-14 12:37:26 (GMT)
commitd7538dd5e3e04a8db22e1470cb2ed696bf3be160 (patch)
tree2e430306e9128222301df75c352863c23a63d79f /Doc/library/os.path.rst
parent4aa917c5feaec07a6f6db87b34185ab6180e20ee (diff)
downloadcpython-d7538dd5e3e04a8db22e1470cb2ed696bf3be160.zip
cpython-d7538dd5e3e04a8db22e1470cb2ed696bf3be160.tar.gz
cpython-d7538dd5e3e04a8db22e1470cb2ed696bf3be160.tar.bz2
bpo-35471: Remove the macpath module (GH-11129)
Python 2.4 dropped MacOS 9 support. The macpath module was deprecated in Python 3.7. This change removes it.
Diffstat (limited to 'Doc/library/os.path.rst')
-rw-r--r--Doc/library/os.path.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index 469b262..23194ae 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -4,9 +4,8 @@
.. module:: os.path
:synopsis: Operations on pathnames.
-**Source code:** :source:`Lib/posixpath.py` (for POSIX),
-:source:`Lib/ntpath.py` (for Windows NT),
-and :source:`Lib/macpath.py` (for Macintosh)
+**Source code:** :source:`Lib/posixpath.py` (for POSIX) and
+:source:`Lib/ntpath.py` (for Windows NT).
.. index:: single: path; operations
@@ -52,7 +51,6 @@ the :mod:`glob` module.)
* :mod:`posixpath` for UNIX-style paths
* :mod:`ntpath` for Windows paths
- * :mod:`macpath` for old-style MacOS paths
.. versionchanged:: 3.8