]> granicus.if.org Git - python/commitdiff
bpo-9850: Document macpath deprecation in Misc/NEWS (#1590)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 15 May 2017 09:39:10 +0000 (11:39 +0200)
committerGitHub <noreply@github.com>
Mon, 15 May 2017 09:39:10 +0000 (11:39 +0200)
Misc/NEWS

index bf19b25c48eaf43200a7ed4efead89a8cfe8bf8a..5aaeda0f7fa007daf66cbdf3201a6364a18dfb4e 100644 (file)
--- 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.