cgi behaviouring with key=& url
Thomas Mangin
thomasm at legend.co.uk
Wed Jun 14 05:46:00 EDT 2000
More information about the Python-list mailing list
Wed Jun 14 05:46:00 EDT 2000
- Previous message (by thread): connectable Python COM server
- Next message (by thread): Windows: COM Automation problem with german VB localisation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, Using the module cgi, I send this url of this form : http://host/cgi-bin/mycgi.cgi?status=enable&pattern=&folder=. When I do a cgi.FieldStorage()["pattern"].value this raise an exception as = is not followed by anything (I will probably have to add a "" after "pattern=" ). Can so give me a good raison why the cgi module didn't define any pattern Minifield with a None value ? Thomas
- Previous message (by thread): connectable Python COM server
- Next message (by thread): Windows: COM Automation problem with german VB localisation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list