aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d/1753.change.rst
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/1753.change.rst')
-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.