Python 3.0 urllib.parse.parse_qs results in TypeError

Andy Grove andygrove73 at gmail.com
Tue Jan 13 18:10:52 EST 2009


I don't fully understand this but if I pass in "str(qs)" instead of
"qs" then the call works. However, qs is returned from file.read()
operation so shouldn't that be a string already?

In case it's not already obvious, I am new to Python :-) .. so I'm
probably missing something here.



More information about the Python-list mailing list