diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-05-15 09:39:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-15 09:39:10 (GMT) |
commit | d812eb731d886065bdd9bc94a3f0e5dfdcd671a4 (patch) | |
tree | e54038382832a8ae7eed1c8b34cfc5e3f9db1efa | |
parent | 89a1c93f046f9726310f8362227be7b8e50eea22 (diff) | |
download | cpython-d812eb731d886065bdd9bc94a3f0e5dfdcd671a4.zip cpython-d812eb731d886065bdd9bc94a3f0e5dfdcd671a4.tar.gz cpython-d812eb731d886065bdd9bc94a3f0e5dfdcd671a4.tar.bz2 |
bpo-9850: Document macpath deprecation in Misc/NEWS (#1590)
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |