summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-02-25 00:16:45 +0000
committerClaudiu Popa <pcmanticore@gmail.com>2016-02-25 00:16:45 +0000
commit53aca0ec839637e63d0a0c537a62597d066bce47 (patch)
tree6e6b49ca9c65cfb6a7c694cc69a096191c76c302 /ChangeLog
parent04765ad0756196f43e06efecb0e2688da3d53754 (diff)
downloadastroid-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 876bd264..4b9d69c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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