diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-25 20:19:28 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-25 20:19:28 +0100 |
| commit | 6362056b3175bd2629b2c44d590ad0ed49c5d67f (patch) | |
| tree | 8c4a0dc15170246d19086a53b8627cf87d168cc8 | |
| parent | a3e8d4da41e651884848f5bb43148c12faa12f2f (diff) | |
| download | python-setuptools-git-6362056b3175bd2629b2c44d590ad0ed49c5d67f.tar.gz | |
Add news fragment
| -rw-r--r-- | changelog.d/3414.change.rst | 4 | ||||
| -rw-r--r-- | changelog.d/3414.doc.rst | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/changelog.d/3414.change.rst b/changelog.d/3414.change.rst new file mode 100644 index 00000000..b29f2c55 --- /dev/null +++ b/changelog.d/3414.change.rst @@ -0,0 +1,4 @@ +Users can *temporarily* specify an environment variable +``SETUPTOOLS_ENABLE_FEATURE=legacy-editable`` as a escape hatch for the +:pep:`660` behavior. This setting is **transitional** and may be removed in the +future. diff --git a/changelog.d/3414.doc.rst b/changelog.d/3414.doc.rst new file mode 100644 index 00000000..b4756dae --- /dev/null +++ b/changelog.d/3414.doc.rst @@ -0,0 +1,2 @@ +Updated :doc:`Development Mode </userguide/development_mode>` to reflect on the +implementation of :pep:`660`. |
