summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-05-15 09:01:21 (GMT)
committerGitHub <noreply@github.com>2017-05-15 09:01:21 (GMT)
commit89a1c93f046f9726310f8362227be7b8e50eea22 (patch)
tree5c862a5d2a6abab0ad25e159865720fb8364661d /Doc
parent981096f98b9c131594b0ac85ad01b63cbd11aa0a (diff)
downloadcpython-89a1c93f046f9726310f8362227be7b8e50eea22.zip
cpython-89a1c93f046f9726310f8362227be7b8e50eea22.tar.gz
cpython-89a1c93f046f9726310f8362227be7b8e50eea22.tar.bz2
bpo-9850: Deprecate the macpath module (#1540)
Co-Authored-By: Chi Hsuan Yen <yan12125@gmail.com>.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/macpath.rst2
-rw-r--r--Doc/whatsnew/3.7.rst2
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/macpath.rst b/Doc/library/macpath.rst
index b08bbe0..2af51c6 100644
--- a/Doc/library/macpath.rst
+++ b/Doc/library/macpath.rst
@@ -6,6 +6,8 @@
**Source code:** :source:`Lib/macpath.py`
+.. deprecated-removed:: 3.7 3.8
+
--------------
This module is the Mac OS 9 (and earlier) implementation of the :mod:`os.path`
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 3a001d7..8e5ac52 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -265,6 +265,8 @@ Deprecated
now deprecated. It never correctly worked. (Contributed by Serhiy Storchaka
in :issue:`28692`.)
+- The :mod:`macpath` is now deprecated and will be removed in Python 3.8.
+
Changes in the C API
--------------------