summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-01 17:55:33 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2016-09-01 17:55:33 (GMT)
commit5c071c1ff4c96ccd9d5a1ae381a3bb3ac4590223 (patch)
tree5c44bfedbba437b74fc42b91f8c742979f32353f /Misc
parent2f9cc7ab0c5e4c240b7412af2e33d086cd900077 (diff)
downloadcpython-5c071c1ff4c96ccd9d5a1ae381a3bb3ac4590223.zip
cpython-5c071c1ff4c96ccd9d5a1ae381a3bb3ac4590223.tar.gz
cpython-5c071c1ff4c96ccd9d5a1ae381a3bb3ac4590223.tar.bz2
Issue #27919: Deprecate extra_path option in distutils.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 83a8b06..c6d2baf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
+- Issue #27919: Deprecated ``extra_path`` distribution option in distutils
+ packaging.
+
- Issue #23229: Add new ``cmath`` constants: ``cmath.inf`` and ``cmath.nan`` to
match ``math.inf`` and ``math.nan``, and also ``cmath.infj`` and
``cmath.nanj`` to match the format used by complex repr.