diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-21 06:48:55 +0100 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-21 06:48:55 +0100 |
commit | 209d497c950a9e35cf8b946dadd5ef7097cdebf7 (patch) | |
tree | fb7ede44b0acefa696586a3174bf3d04834fe825 | |
parent | d6095e99c846aef17f4d5a6d8a78432a54aacc52 (diff) | |
download | python-setuptools-git-209d497c950a9e35cf8b946dadd5ef7097cdebf7.tar.gz |
Add news fragment
-rw-r--r-- | changelog.d/3551.misc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/3551.misc.rst b/changelog.d/3551.misc.rst new file mode 100644 index 00000000..302c473f --- /dev/null +++ b/changelog.d/3551.misc.rst @@ -0,0 +1,2 @@ +Avoided circular imports in meta path finder for editable installs when a +missing module has the same name as parent. |