Re: [Zope-dev] zope.testing 3.8.7: downgrade the deprecation warning

2010-01-26 Thread Benji York
On Tue, Jan 26, 2010 at 7:49 AM, Marius Gedminas wrote: > Any ideas about > fixing the deprecation warning caused by renormalizing.py?  All it does > is > >  'import doctest' > > which, due to Python's unfortunate import semantics, is interpreted as > >  'from zope.testing import doctest' > Ideas

Re: [Zope-dev] zope.testing 3.8.7: downgrade the deprecation warning

2010-01-26 Thread Gary Poster
On Jan 26, 2010, at 7:49 AM, Marius Gedminas wrote: > I got tired of seeing things like > > /home/mg/tmp/buildout-eggs/zope.testing-3.8.6-py2.5.egg/zope/testing/testrunner/debug.py:23: > DeprecationWarning: zope.testing.doctest is deprecated in favour of the > Python standard library doctest m

[Zope-dev] zope.testing 3.8.7: downgrade the deprecation warning

2010-01-26 Thread Marius Gedminas
I got tired of seeing things like /home/mg/tmp/buildout-eggs/zope.testing-3.8.6-py2.5.egg/zope/testing/testrunner/debug.py:23: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module from zope.testing import doctest and since zope.testing