[Twisted-Python] Re: [Twisted-web] Re: Actual Useful Post

Michael Hudson mwh at python.net
Fri Jan 27 07:13:18 EST 2006


Jean-Paul Calderone <exarkun at divmod.com> writes:

> Besides, you *have* to do this anyway:
>
>     from foo import bar
>
>     def baz():
>         """
>         See L{bar}.

This is really easy if bar really is "foo.bar".  If foo is a local
import, or if foo.py does

from baz import quux as bar

then it's harder, but still possible -- I wrote code last night to
handle the latter case and will check it in soon-ish.

Cheers,
mwh

-- 
  I can't see a conspicuous evolutionary advantage in being good
  at higher mathematics.                           -- James Riden, asr





More information about the Twisted-Python mailing list