summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-05-15 09:39:10 (GMT)
committerGitHub <noreply@github.com>2017-05-15 09:39:10 (GMT)
commitd812eb731d886065bdd9bc94a3f0e5dfdcd671a4 (patch)
treee54038382832a8ae7eed1c8b34cfc5e3f9db1efa
parent89a1c93f046f9726310f8362227be7b8e50eea22 (diff)
downloadcpython-d812eb731d886065bdd9bc94a3f0e5dfdcd671a4.zip
cpython-d812eb731d886065bdd9bc94a3f0e5dfdcd671a4.tar.gz
cpython-d812eb731d886065bdd9bc94a3f0e5dfdcd671a4.tar.bz2
bpo-9850: Document macpath deprecation in Misc/NEWS (#1590)
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bf19b25..5aaeda0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -323,6 +323,9 @@ Extension Modules
Library
-------
+- bpo-9850: The :mod:`macpath` is now deprecated and will be removed
+ in Python 3.8.
+
- bpo-30299: Compiling regular expression in debug mode on CPython now displays
the compiled bytecode in human readable form.