GZ wrote:
Hi,I run into a weird problem. I have a piece of code that looks like the following: f(...., a=None, c=None): assert (a==None)==(c==None)
Um -- if you don't want a and c being passed in, why put them in the function signature?
~Ethan~ -- http://mail.python.org/mailman/listinfo/python-list