diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-23 04:00:54 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-23 04:00:54 -0400 |
commit | 9fff1f8cdf26b67e8b5299f5295112c5ca5aa40b (patch) | |
tree | c56bdc4db0b09c2fbdfe0bce8ccc7dfb73e37d1d | |
parent | 451b84a0c56e23eea5396981747d570c80aef773 (diff) | |
download | external_python_setuptools-9fff1f8cdf26b67e8b5299f5295112c5ca5aa40b.tar.gz external_python_setuptools-9fff1f8cdf26b67e8b5299f5295112c5ca5aa40b.tar.bz2 external_python_setuptools-9fff1f8cdf26b67e8b5299f5295112c5ca5aa40b.zip |
Add reference to pull request for functionality added in 18.3.
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index b01a6fad..c65bbce3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -520,7 +520,8 @@ v20.6.0 18.3 ---- -* Setuptools now allows disabling of the manipulation of the sys.path +* BB Pull Request #135: Setuptools now allows disabling of + the manipulation of the sys.path during the processing of the easy-install.pth file. To do so, set the environment variable ``SETUPTOOLS_SYS_PATH_TECHNIQUE`` to anything but "rewrite" (consider "raw"). During any install operation |