Message159

Author bckfnn
Recipients
Date 2000-11-18.19:35:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-02-20 17:16:43adminlinkissue222853 messages
2008-02-20 17:16:43admincreate