Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #88322 > unrolled thread

Re: cgi parse_qs still exists?

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2015-03-30 08:52 +0100
Last post2015-03-30 08:52 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: cgi parse_qs still exists? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-30 08:52 +0100

#88322 — Re: cgi parse_qs still exists?

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-03-30 08:52 +0100
SubjectRe: cgi parse_qs still exists?
Message-ID<mailman.336.1427701943.10327.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web