diff options
| author | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-11-10 10:35:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-10 10:35:53 -0500 |
| commit | 7f310da972ee9d979b8b0bfb9c19cabe91bf94a2 (patch) | |
| tree | 42dbf08644e8915564c161f2dbae196864dba5dc /changelog.d | |
| parent | b0c746640f87ad2719a7ebfbdc226d3fd43296b6 (diff) | |
| parent | 90325195b5bf35afa12b699a7e9fddc0571e1551 (diff) | |
| download | external_python_setuptools-7f310da972ee9d979b8b0bfb9c19cabe91bf94a2.tar.gz external_python_setuptools-7f310da972ee9d979b8b0bfb9c19cabe91bf94a2.tar.bz2 external_python_setuptools-7f310da972ee9d979b8b0bfb9c19cabe91bf94a2.zip | |
Merge pull request #1521 from uranusjr/normalize-path-normpath
Call os.path.normpath to normalize paths for comp
Diffstat (limited to 'changelog.d')
| -rw-r--r-- | changelog.d/1519.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1519.change.rst b/changelog.d/1519.change.rst new file mode 100644 index 00000000..a0e8a6f1 --- /dev/null +++ b/changelog.d/1519.change.rst @@ -0,0 +1 @@ +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. |
