On Mon, May 3, 2010 at 20:02, Tres Seaver <[email protected]> wrote: > 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.
Well, I don't want a monkey-patch product just for 2.4, and the monkeypatches was voted off from zope.testing because they are evil in the first place. The tests might pass __file__ in explicitly, maybe? Otherwise dropping 2.4 is probably the only reasonable option. -- Lennart Regebro: Python, Zope, Plone, Grok http://regebro.wordpress.com/ +33 661 58 14 64 _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
