Message12978

Author gbach
Recipients gbach
Date 2020-02-07.13:37:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581082624.21.0.27853538314.issue2860@roundup.psfhosted.org>
In-reply-to
Content
For some imports like this

from javax.xml.parsers import *

not all names are imported.

With jython 2.7.1 it worked and 

DocumentBuilderFactory

was available.

With jython2.7.2 it is not in my context.

I will try to add code to reproduce since on the REPL this works fine in 2.7.2
History
Date User Action Args
2020-02-07 13:37:04gbachsetrecipients: + gbach
2020-02-07 13:37:04gbachsetmessageid: <1581082624.21.0.27853538314.issue2860@roundup.psfhosted.org>
2020-02-07 13:37:04gbachlinkissue2860 messages
2020-02-07 13:37:04gbachcreate