[Zope-dev] zope.index

Wichert Akkerman wichert at wiggy.net
Tue Dec 2 16:03:01 EST 2008


Previously Marius Gedminas wrote:
> On Tue, Dec 02, 2008 at 02:04:39AM +0300, Dan Korostelev wrote:
> > I just removed zope.testing from the zope.index dependency and
> > replaced zope.testing.doctest imports with plain python doctest and it
> > seems to work with python 2.4 and 2.5 here. Now, it only depends on
> > ZODB3 and zope.interface, which is nice :) Is there any objections on
> > this?
> 
> Yes.
> 
> Using 'import doctest' rather than 'from zope.testing import doctest'
> was a pretty reliable way to break test.py --coverage, at least on
> Python 2.4.

Isn't that a bug in test.py that should be fixed then?

Wichert.

-- 
Wichert Akkerman <wichert at wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.


More information about the Zope-Dev mailing list