CGI module misbehaving?

Oleg Broytmann phd at emerald.netskate.ru
Mon Jun 7 05:21:42 EDT 1999


Hi!

On Mon, 7 Jun 1999, Jim Meier wrote:
> if form.has_key["name"]:

if form.has_key("name"):

   has_key is a function!

Oleg.
---- 
    Oleg Broytmann  National Research Surgery Centre  http://sun.med.ru/~phd/
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list