diff options
Diffstat (limited to 'changelog.d/1753.change.rst')
| -rw-r--r-- | changelog.d/1753.change.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog.d/1753.change.rst b/changelog.d/1753.change.rst index c8b68026..08fa9ea4 100644 --- a/changelog.d/1753.change.rst +++ b/changelog.d/1753.change.rst @@ -1,4 +1,4 @@ ``attr:`` now extracts variables through rudimentary examination of the AST, -thereby supporting modules with third-party imports. If examining 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. +importing the module. Works on Python 3 only. |
