[Python-Dev] Copying cgi.parse_qs() to the urllib.parse module (original) (raw)
Brett C. bcannon at gmail.com
Sun May 11 19:38:06 CEST 2008
- Previous message: [Python-Dev] Copying cgi.parse_qs() to the urllib.parse module
- Next message: [Python-Dev] Trickery with moving urllib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
-Brett [from his iPod touch]
On 10-May-08, at 20:49, "Guido van Rossum" <guido at python.org> wrote:
Works for me. The other thing I always use from cgi is escape() -- will that be available somewhere else too?
It can be. =)
-Brett
On Sat, May 10, 2008 at 8:30 PM, Brett Cannon <brett at python.org> wrote:
I just realized that PEP 3108 was missing one proposal from the stdlib SIG (originally proposed by Facundo Batista) of copying the cgi.parseqs() function over to the new urllib.parse module so that people no longer need to import the cgi module just for that one parsing function. Does anyone object if I update the PEP to include that change? -- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Copying cgi.parse_qs() to the urllib.parse module
- Next message: [Python-Dev] Trickery with moving urllib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]