19 Feb
2004
19 Feb
'04
1:08 p.m.
Hi, Zope 2.7 introduced a change in its translation interface. Previously a translation service could return None, but now returning None causes an assertion error. http://cvs.zope.org/Zope/lib/python/TAL/TALInterpreter.py.diff?r1=1.77&r2=1.... This will break applications (e.g. Plone1) which use Nuxeo's TranslationService, which does return None. Is there a good reason for introducing this compatibility breakage? seb