fdrake's fix for brian's fix for bug 1203 needs to be applied in other branches
Hi, There's a recent entry in the 2.6 branch from fred stating: types don't have a guaranteed truth value, so check that it isn't None the diff is here: http://cvs.zope.org/Zope/lib/python/ZTUtils/Zope.py.diff?r1=1.10.6.3&r2=1.10... This same fix needs to be applied to at least the 2.7 branch and HEAD, probaly other branches too, but I haven't checked. Should I file a bug for this? Cheers, Leo -- Ideas don't stay in some minds very long because they don't like solitary confinement.
Leonardo Rochael Almeida wrote:
There's a recent entry in the 2.6 branch from fred stating:
types don't have a guaranteed truth value, so check that it isn't None
the diff is here: http://cvs.zope.org/Zope/lib/python/ZTUtils/Zope.py.diff?r1=1.10.6.3&r2=1.10...
This same fix needs to be applied to at least the 2.7 branch and HEAD, probaly other branches too, but I haven't checked.
The 2.7 branch and the head are the only two other "active" branches; I just checked in a fix which removes the "pre-2.3 compatibility" code.
Should I file a bug for this?
Nope, at least not this time. Next time you could follow up to 1203, noting the problem. Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
Tres Seaver writes:
The 2.7 branch and the head are the only two other "active" branches; I just checked in a fix which removes the "pre-2.3 compatibility" code.
And I've simplified it. ;-) Thanks for following up on this. -Fred -- Fred L. Drake, Jr. <fred at zope.com> PythonLabs at Zope Corporation
On Tue, 2004-01-27 at 12:42, Tres Seaver wrote:
[...] The 2.7 branch and the head are the only two other "active" branches; I just checked in a fix which removes the "pre-2.3 compatibility" code.
Funny, with all the talk about 2.8 including only the ZODB work and fixes, I thought we'd have a 2.8 branch by now... :-) -- Ideas don't stay in some minds very long because they don't like solitary confinement.
Leonardo Rochael Almeida writes:
Funny, with all the talk about 2.8 including only the ZODB work and fixes, I thought we'd have a 2.8 branch by now... :-)
Yeah, we're kind of call that the trunk for now, so we pick up the general bug fixes as well. Too many actual (active) branches makes for true pain in managing patches. -Fred -- Fred L. Drake, Jr. <fred at zope.com> PythonLabs at Zope Corporation
participants (3)
-
Fred L. Drake, Jr. -
Leonardo Rochael Almeida -
Tres Seaver