Message6786

Author bvan
Recipients akong, bvan, fwierzbicki, sltanimoto, tzellman
Date 2012-03-02.00:24:20
SpamBayes Score 6.6232093e-07
Marked as misclassified No
Message-id <1330647861.56.0.268838104571.issue1383@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, 

Hopefully I didn't botch this report up... this is my first time reporting here.  I'm pretty sure this is the same bug I'm experiencing, so I thought I'd go ahead and add my test.

Basically, it fails on executing:
from javax.mail import *

Succeeds for:
from javax.mail import Session

...*and then* seems okay after I use the more explicit import if I revert to the * import:
from javax.mail import *

javax.mail has only classes and packages/directories, no mixed files, in it's path.

I think you'll need javax.mail for this test added to the classpath, I used version 1.4.1.
History
Date User Action Args
2012-03-02 00:24:21bvansetmessageid: <1330647861.56.0.268838104571.issue1383@psf.upfronthosting.co.za>
2012-03-02 00:24:21bvansetrecipients: + bvan, fwierzbicki, akong, tzellman, sltanimoto
2012-03-02 00:24:21bvanlinkissue1383 messages
2012-03-02 00:24:21bvancreate