diff options
Diffstat (limited to 'changelog.d/1753.change.rst')
| -rw-r--r-- | changelog.d/1753.change.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/changelog.d/1753.change.rst b/changelog.d/1753.change.rst index 0f27bb2e..c8b68026 100644 --- a/changelog.d/1753.change.rst +++ b/changelog.d/1753.change.rst @@ -1 +1,4 @@ -Added a ``literal_attr:`` config directive to support reading versions from attributes of modules that import third-party modules +``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. |
