Message9997

Author jeff.allen
Recipients Arfrever, fwierzbicki, jeff.allen, tkanerva, zyasoft
Date 2015-05-03.20:11:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430683881.19.0.706715573813.issue2259@psf.upfronthosting.co.za>
In-reply-to
Content
Turns out to be a duplicate of #2158, currently fixed on my local repo:

> type test\x.py
from __future__ import absolute_import
from . import *
> type test\y.py
from __future__ import absolute_import
from .z import *
> type test\z.py
#
> type test\__init__.py
#
> %jt%\dist\bin\jython -c"import test.x"

> %jt%\dist\bin\jython -c"import test.y"

>
History
Date User Action Args
2015-05-03 20:11:21jeff.allensetmessageid: <1430683881.19.0.706715573813.issue2259@psf.upfronthosting.co.za>
2015-05-03 20:11:21jeff.allensetrecipients: + jeff.allen, fwierzbicki, zyasoft, Arfrever, tkanerva
2015-05-03 20:11:21jeff.allenlinkissue2259 messages
2015-05-03 20:11:21jeff.allencreate