From: Gunter <re...@bu...> - 2020-02-07 13:37:25
|
New submission from Gunter <gu...@ba...>: 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 ---------- components: Core messages: 12978 nosy: gbach severity: normal status: open title: from some_java_lib import * does not import all names versions: Jython 2.7.2 _______________________________________ Jython tracker <re...@bu...> <https://bugs.jython.org/issue2860> _______________________________________ |