In article <[EMAIL PROTECTED]>, Roy Smith wrote: > This may even be useful. What if you were trying to emulate SQL's > NULL? NULL compares false to anything, even itself.
Strictly speaking, comparing NULL to anything gives NULL, not False. -- http://mail.python.org/mailman/listinfo/python-list