7 Nov
2002
7 Nov
'02
3:23 a.m.
Andy McKay wrote:
if REQUEST:
Because this tests it against more than being just None. For example an empty dict, string of zero length etc would all pass.
Thanks, but that part I understand. I should have asked: in what case would REQUEST be such a thing, instead of a Request instance? Is it to catch users who deliberately add '&REQUEST=&..' to their query string? - Willem