Message2987

Author tristanlk
Recipients
Date 2008-01-15.05:16:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
all 3 instances of the statement
throw Py.ImportError("no module named " + name);
in imp.java need to have the n in no capitalised to match CPython
thus should read:
throw Py.ImportError("No module named " + name);
History
Date User Action Args
2008-02-20 17:18:54adminlinkissue1871739 messages
2008-02-20 17:18:54admincreate