From d9a3b57cfabcae25539b5118977b2f6ef78d641b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 29 May 2020 18:22:39 -0400 Subject: Update changelog. --- changelog.d/2165.breaking.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/2165.breaking.rst diff --git a/changelog.d/2165.breaking.rst b/changelog.d/2165.breaking.rst new file mode 100644 index 00000000..a9b598b9 --- /dev/null +++ b/changelog.d/2165.breaking.rst @@ -0,0 +1 @@ +Setuptools no longer installs a site.py file during easy_install or develop installs. As a result, .eggs on PYTHONPATH will no longer take precedence over other packages on sys.path. If this issue affects your production environment, please reach out to the maintainers at #2165. -- cgit v1.2.3