Message1751

Author cgroves
Recipients
Date 2007-07-22.00:19:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Java classes are exposed like Python classes by PyJavaClass, but they have no __module__ field like a Python class.  Since they aren't really defined in a module, it probably makes sense to just add this as None but I'm not sure enough of that to just go ahead and do it.

As it is, this causes doctest to fail when it runs _from_module since it expects anything inspect thinks is a class to have a __module__
History
Date User Action Args
2008-02-20 17:17:55adminlinkissue1758279 messages
2008-02-20 17:17:55admincreate