From 20f38687bbcf0e668902d37d51023f1fddc55273 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 17 Jan 2019 16:49:49 -0500 Subject: Update docs to match implementation that resource names are rooted at the package. Ref #1635. --- changelog.d/1635.change.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1635.change.rst (limited to 'changelog.d') 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. -- cgit v1.2.3