On 24/02/2012 13:37, Rick Johnson wrote:
I get sick and tired of doing this!!!if maxlength == UNLIMITED: allow_passage() elif len(string)> maxlength: deny_passage() What Python needs is some constant that can be compared to ANY numeric type and that constant will ALWAYS be larger!
Do you want to test for something that is larger than infinity? -- Cheers. Mark Lawrence. -- http://mail.python.org/mailman/listinfo/python-list