ctype, pdict = urlparse_header(self.headers.getheader('content-type'))
query = urlparse_multipart(self.rfile, pdict)
It's completely new to me but I'm happy to try using pylint and understand what the messages mean.