Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #88322
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: cgi parse_qs still exists? |
| Date | 2015-03-30 08:52 +0100 |
| References | <mf9quc$v7o$3@ger.gmane.org> <87wq1z3rri.fsf@handshake.de> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.336.1427701943.10327.python-list@python.org> (permalink) |
On 30/03/2015 07:48, dieter wrote: > Mark Lawrence <breamoreboy@yahoo.co.uk> writes: > >> This has been marked for deprecation since at least 2.6 but is still >> in the 3.5 code base. Does anybody know if this is by accident or >> design? If the former I'll happily raise an issue to get it removed >> unless somebody beats me to it. > > I am using "cgi.parse_qs" - and I find it very helpful. > > Thus, I would be sad if it went away -- unless the library would > provide an alternative. > From https://docs.python.org/3/library/cgi.html "This function is deprecated in this module. Use urllib.parse.parse_qs() instead. It is maintained here only for backward compatibility." -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: cgi parse_qs still exists? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-30 08:52 +0100
csiph-web