On 10/10/06, Jorge Godoy <[EMAIL PROTECTED]> wrote:
>
> Gary Doades <[EMAIL PROTECTED]> writes:
>
> > Ah, I had to set sqlalchemy.echo = False and that seemed to cure the 
> > problem.
>
> >>> 0 is False
> False
> >>> False is False
> True
> >>>
>
> That makes sense. ;-)

Well "is" tests for object identity. It's strange that the
configuration file cares either way though, traditionally anything
that coerces to False should be fine (e.g. empty list, empty string,
None, 0, 0.0).

-bob

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to