3 May
2010
3 May
'10
6:06 p.m.
On Mon, May 3, 2010 at 8:02 PM, Tres Seaver <tseaver@palladion.com> wrote:
Breakage in the following packages, but only on Python 2.4, and only in doctests:
- - zope.browserpage - - zope.viewlet - - zope.contentprovider - - zope.deferredimport
At least the first one is due to doctests not exposing an '__file__' in their faux-module globals under 2.4. We might need to add Lennart's monkeypatch under 2.4, or else drop 2.4 support altogether.
Hhm. I'm inclined to drop 2.4 support here. Using a zope.testing that tries to be compatible all the way from 2.4 to 3.1 is quite a bit of a stretch. Hanno