summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-16 22:20:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-16 22:20:49 -0400
commitb92164bd9ecc08374e1e5e810cf0bc37c8fb9aca (patch)
treef24aac377f55aef1037c00f1083ffac2899e7280 /changelog.d
parentc457e68319555b7266e5e0802946c5b1b63e4d61 (diff)
downloadpython-setuptools-git-b92164bd9ecc08374e1e5e810cf0bc37c8fb9aca.tar.gz
Bump version: 46.3.1 → 46.4.0v46.4.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1753.change.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/changelog.d/1753.change.rst b/changelog.d/1753.change.rst
deleted file mode 100644
index 08fa9ea4..00000000
--- a/changelog.d/1753.change.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-``attr:`` now extracts variables through rudimentary examination of the AST,
-thereby supporting modules with third-party imports. If examining the AST
-fails to find the variable, ``attr:`` falls back to the old behavior of
-importing the module. Works on Python 3 only.