diff options
author | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-10-25 23:29:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-25 23:29:48 +0800 |
commit | d765ecb15daa2145bb87de5fcc6ed45d371e2330 (patch) | |
tree | 10aaad80b7c91362640b014ff3f4ca60909e3104 | |
parent | 84f1abafd3a707b464f039892ef48b9e282d0d4a (diff) | |
download | python-setuptools-git-d765ecb15daa2145bb87de5fcc6ed45d371e2330.tar.gz |
Describe where the behavior change is made
Co-Authored-By: uranusjr <uranusjr@gmail.com>
-rw-r--r-- | changelog.d/1519.change.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/1519.change.rst b/changelog.d/1519.change.rst index d6da88be..a0e8a6f1 100644 --- a/changelog.d/1519.change.rst +++ b/changelog.d/1519.change.rst @@ -1 +1 @@ -Perform additional path normalization to ensure path values to a directory is always the same, preventing false positives when checking scripts have a consistent prefix to set up on Windows. +In ``pkg_resources.normalize_path``, additional path normalization is now performed to ensure path values to a directory is always the same, preventing false positives when checking scripts have a consistent prefix to set up on Windows. |