aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-01-17 16:49:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-01-20 21:26:23 -0500
commit20f38687bbcf0e668902d37d51023f1fddc55273 (patch)
treef26514ab785653562af0c0f7b893cb552e67f984 /changelog.d
parentbfe286c3a95615a1d927c46cbe3d8ce890bab2b0 (diff)
downloadexternal_python_setuptools-20f38687bbcf0e668902d37d51023f1fddc55273.tar.gz
external_python_setuptools-20f38687bbcf0e668902d37d51023f1fddc55273.tar.bz2
external_python_setuptools-20f38687bbcf0e668902d37d51023f1fddc55273.zip
Update docs to match implementation that resource names are rooted at the package. Ref #1635.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1635.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1635.change.rst b/changelog.d/1635.change.rst
new file mode 100644
index 00000000..7227ce0d
--- /dev/null
+++ b/changelog.d/1635.change.rst
@@ -0,0 +1 @@
+Resource paths are passed to ``pkg_resources.resource_string`` and similar no longer accept paths that traverse parents. Violations of this expectation raise DeprecationWarnings and will become errors.