Issue222853

classification
Title: ImportError
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:35:21 by bckfnn, last changed 2000-11-18.23:10:46 by bckfnn.

Messages
msg159 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:35:21
Minor difference between CPython and JPython. Consider:

from m import f 

If f does not exist in m, CPython give an ImportError while JPython gives an
AttributeError.    This tends to break code that probes for available modules or their contents.
msg160 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.23:10:46
Fixed.
History
Date User Action Args
2000-11-18 19:35:21bckfnncreate