Michal Wallace wrote:

       def f(x):
           if x:
               return 1
           else:
               return 0
        print f(1), f(0)

Nice coincidence. S. Togos' bug report too. Anyway, its already fixed.

leo




Reply via email to