[Python-Dev] Copying cgi.parse_qs() to the urllib.parse module (original) (raw)
Brett Cannon brett at python.org
Sun May 11 05:30:35 CEST 2008
- Previous message: [Python-Dev] On quote styles
- Next message: [Python-Dev] Copying cgi.parse_qs() to the urllib.parse module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just realized that PEP 3108 was missing one proposal from the stdlib SIG (originally proposed by Facundo Batista) of copying the cgi.parse_qs() 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?
-Brett
- Previous message: [Python-Dev] On quote styles
- Next message: [Python-Dev] Copying cgi.parse_qs() to the urllib.parse module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]