diff options
| author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-03-30 21:46:38 +0300 |
|---|---|---|
| committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-03-30 21:46:38 +0300 |
| commit | 489781ea3eae1e6b169f4ebc35ec0cf7bd3e269b (patch) | |
| tree | 905991526bea989fe37561696d340ecebb5a9363 /ChangeLog | |
| parent | 4409770f227d0641e6f85c2ee89b044f5d3f9998 (diff) | |
| download | astroid-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
