Comment 6 for bug 614605

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

The branch I've just linked to the report contains a failing test case which is the crux of the issue I think.

It's also a bug that pydoctor blows up in the way it does, if it misinterprets what's going on that's one thing, but it shouldn't blow up like this.

I'm not sure what the real fix for this is. It probably is the thing I mentioned first -- the lookup path for import statements and python expressions are not quite the same. That might be quite a large change though, and it might be possible to bodge it more simply. Not sure if that would be a good idea though.