summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-30 21:46:38 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-30 21:46:38 +0300
commit489781ea3eae1e6b169f4ebc35ec0cf7bd3e269b (patch)
tree905991526bea989fe37561696d340ecebb5a9363 /ChangeLog
parent4409770f227d0641e6f85c2ee89b044f5d3f9998 (diff)
downloadastroid-489781ea3eae1e6b169f4ebc35ec0cf7bd3e269b.tar.gz
Add some fixes which enhances the Jython support.
The fix mostly includes updates to modutils, which is modified in order to properly lookup paths from live objects, which ends in $py.class, not pyc as for Python 2, Closes issue #83.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de5df60..d291623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,12 @@ Change log for the astroid package (used to be astng)
multiprocessing.managers.SyncManager.
+ * Add some fixes which enhances the Jython support.
+ The fix mostly includes updates to modutils, which is
+ modified in order to properly lookup paths from live objects,
+ which ends in $py.class, not pyc as for Python 2,
+ Closes issue #83.
+
2015-03-14 -- 1.3.6
* Class.slots raises NotImplementedError for old style classes.