[Doc-SIG] pythondoc

Fred L. Drake Fred L. Drake, Jr." <fdrake@acm.org
Fri, 21 May 1999 16:07:38 -0400 (EDT)


pascucci writes:
 > but this make me wonder how much of the code get executed while
 > generating the documentation.

  This shouldn't change how much code is executed when your module is
imported, but will change the symbols provided by your module (the
stuff from OpenGL.GL will not be available directly from your
module).  I don't know what affect this has on pythondoc; I would
*hope* that it doesn't make much if any difference, and suspect that
it would actually be able to work faster (it won't have to filter out
all the imported symbols).
  Daniel, are you here to tell us more?


  -Fred

--
Fred L. Drake, Jr.	     <fdrake@acm.org>
Corporation for National Research Initiatives