Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #88322 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2015-03-30 08:52 +0100 |
| Last post | 2015-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.
Re: cgi parse_qs still exists? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-30 08:52 +0100
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2015-03-30 08:52 +0100 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web