Message11433

Author jenselme
Recipients jenselme
Date 2017-06-10.20:32:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497126773.62.0.439181239024.issue2598@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I am a member of the NbPython team (http://nbpython.org/). We develop the python plugin for Netbeans IDE and bundle Jython in our plugin.

We rely on jython to parse import statements. We found out that the result of org.python.ast.alias.getInternalName (https://github.com/jythontools/jython/blob/master/src/org/python/antlr/ast/alias.java#L24) is wrong in some cases. If we parse statement like `from . import toto`, the method returns an empty string instead of `.`. This causes our code formating capabilities to fail. Tested with jython 2.7.0 and 2.7.1rc2.
History
Date User Action Args
2017-06-10 20:32:53jenselmesetrecipients: + jenselme
2017-06-10 20:32:53jenselmesetmessageid: <1497126773.62.0.439181239024.issue2598@psf.upfronthosting.co.za>
2017-06-10 20:32:53jenselmelinkissue2598 messages
2017-06-10 20:32:52jenselmecreate