[Zope-dev] Pydoc and Zope

Dieter Maurer dieter@handshake.de
Fri, 14 Mar 2003 00:03:01 +0100


Joachim Werner wrote at 2003-3-12 00:45 +0100:
 > I've used Pydoc with Dieter Maurer's patches to browse the Zope
 > sourcecode before.
 > 
 > These patches are quite old and probably incompatible with current Zope
 > versions.

I expect that only minor changes are necessary to make them
work with Zope 2.1.6:

  *  Initialization moved from "Zope/__init__.py" to
     "Zope/App/startup.py"

  *  An explicite call to "startup" might be necessary.


Dieter