From fb1d1bf116ee26ee06d201fbb6c91c6e995e76b6 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 15 May 2017 11:26:59 +0200 Subject: [PATCH] bpo-9850: Document macpath deprecation in Misc/NEWS --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index bf19b25c48eaf4..5aaeda0f7fa007 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.