Message364

Author nobody
Recipients
Date 2001-08-02.23:55:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There is possibly a bug in Jython's import behaviour with 
circular imports.

cPython works fine with circular imports, so long as the 
import statements are in the form "import <module>".  
However, Jython encounters difficulty with such imports.

See 
http://www.geocrawler.com/archives/3/12986/2001/7/0/6203025/
for more info.
History
Date User Action Args
2008-02-20 17:16:52adminlinkissue447357 messages
2008-02-20 17:16:52admincreate