diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2016-02-25 00:16:45 +0000 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-02-25 00:16:45 +0000 |
| commit | 53aca0ec839637e63d0a0c537a62597d066bce47 (patch) | |
| tree | 6e6b49ca9c65cfb6a7c694cc69a096191c76c302 /ChangeLog | |
| parent | 04765ad0756196f43e06efecb0e2688da3d53754 (diff) | |
| download | astroid-git-53aca0ec839637e63d0a0c537a62597d066bce47.tar.gz | |
Unbound methods don't occur anymore on Python 3
Instead, we're inferring FunctionDefs where an unbound access
to a method was found.
Close #257
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ Change log for the astroid package (used to be astng) -- + * Unbound methods don't occur anymore on Python 3 + + Instead, we're inferring FunctionDefs where an unbound access + to a method was found. + Closes issue #257 + * wildcard_imported_names() got replaced by public_names() Our understanding of wildcard imports through __all__ was |
