Re: CGI: remove variable from Tuple Object query

2011-06-05 Thread Chris Rebert
On Sun, Jun 5, 2011 at 8:55 PM, Gnarlodious wrote: > Say I send a request like this: > http://0.0.0.0/Sectrum/Gnomon?see=Gnomon&order=7&epoch=1303541219 > > This makes for a CGIform of the CGI Tuple Object type: > FieldStorage(None, None, [MiniFieldStorage('see', 'Gnomon'), > MiniFieldStorage('ord

CGI: remove variable from Tuple Object query

2011-06-05 Thread Gnarlodious
Say I send a request like this: http://0.0.0.0/Sectrum/Gnomon?see=Gnomon&order=7&epoch=1303541219 This makes for a CGIform of the CGI Tuple Object type: FieldStorage(None, None, [MiniFieldStorage('see', 'Gnomon'), MiniFieldStorage('order', '7'), MiniFieldStorage('epoch', '1303541219.58')]) So the