[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Testing and Debugging

webmaster@zope.org webmaster@zope.org
Sun, 09 Mar 2003 14:00:04 -0500


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/TestingAndDebugging.stx#4-23

---------------

        So, for the sake our example, let's say that you have a 'News'
        object which is defined in a Zope Product called 'ZopeNews', and
        is located in the 'lib/python/Products/ZopeNews' directory.  The
        class that defines the 'News' instance is also called 'News',
        and is defined in the 'News.py' module in your product.

          % Anonymous User - Mar. 9, 2003 2:00 pm:
           What exactly is a News object and how was it defined? Is it a class that was registered with the registrar
           object? <a
           href="http://www.zope.org/Documentation/Books/ZDG/current/Products.stx">http://www.zope.org/Documentation/Boo
           ks/ZDG/current/Products.stx</a>
           Object is to ambiguous of a term.