[Zope3-dev] Issue 501 and zope.testing.doctest

2006-07-19 Thread Baiju M

Hi all,
Replacing 'import doctest' with 'from zope.testing import doctest'
will fix:  http://www.zope.org/Collectors/Zope3-dev/501

The patch to replace all 'zope.app' subpackages is here:
http://zissue.berlios.de/z3/zope-app-doctest.diff

Let me commit this to 3.3 branch and merge to trunk.

Regards,
Baiju M
___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com



Re: [Zope3-dev] Issue 501 and zope.testing.doctest

2006-07-19 Thread Jim Fulton


On Jul 19, 2006, at 9:01 AM, Baiju M wrote:


Hi all,
Replacing 'import doctest' with 'from zope.testing import  
doctest'

will fix:  http://www.zope.org/Collectors/Zope3-dev/501

The patch to replace all 'zope.app' subpackages is here:
http://zissue.berlios.de/z3/zope-app-doctest.diff

Let me commit this to 3.3 branch and merge to trunk.


Sounds good to me. I'd be more cautious if we were talking
about packages outside o zope.app that didn't otherwise depend
on zope.testing.  Packages inside of zope.app should use zope.testing's
doctest.

Thanks

--
Jim Fulton  mailto:[EMAIL PROTECTED]Python 
Powered!
CTO (540) 361-1714  
http://www.python.org
Zope Corporationhttp://www.zope.com http://www.zope.org



___
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com