diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-01 17:55:33 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-01 17:55:33 (GMT) |
commit | 5c071c1ff4c96ccd9d5a1ae381a3bb3ac4590223 (patch) | |
tree | 5c44bfedbba437b74fc42b91f8c742979f32353f /Doc/whatsnew | |
parent | 2f9cc7ab0c5e4c240b7412af2e33d086cd900077 (diff) | |
download | cpython-5c071c1ff4c96ccd9d5a1ae381a3bb3ac4590223.zip cpython-5c071c1ff4c96ccd9d5a1ae381a3bb3ac4590223.tar.gz cpython-5c071c1ff4c96ccd9d5a1ae381a3bb3ac4590223.tar.bz2 |
Issue #27919: Deprecate extra_path option in distutils.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 6ef82d4..e560fba 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -782,6 +782,12 @@ Deprecated features now deprecated. (Contributed by Serhiy Storchaka in :issue:`25791` and :issue:`26754`.) +* The undocumented ``extra_path`` argument to a distutils Distribution + is now considered + deprecated, will raise a warning during install if set. Support for this + parameter will be dropped in a future Python release and likely earlier + through third party tools. See :issue:`27919` for details. + Deprecated Python behavior -------------------------- |