summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.