Message8071

Author driax
Recipients driax
Date 2013-07-22.11:47:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374493645.22.0.189545364691.issue2070@psf.upfronthosting.co.za>
In-reply-to
Content
import .configuration import *

does not work with the error

SyntaxError: ("'import *' not allowed with 'from .'", ('__pyclasspath__/IPython/config/__init__.py', 16, 0, ''))

As you can see such code is used in IPython and is supported both by Python 2.7 and Python 3.3. Is there any good reason why Jython 2.7 beta does not support it?
History
Date User Action Args
2013-07-22 11:47:25driaxsetrecipients: + driax
2013-07-22 11:47:25driaxsetmessageid: <1374493645.22.0.189545364691.issue2070@psf.upfronthosting.co.za>
2013-07-22 11:47:25driaxlinkissue2070 messages
2013-07-22 11:47:24driaxcreate