This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pboddie
Recipients bkline, pboddie
Date 2009-02-21.23:19:04
SpamBayes Score 0.0047952184
Marked as misclassified No
Message-id <1235258347.18.0.512995258453.issue5340@psf.upfronthosting.co.za>
In-reply-to
Content
The issue of distinguishing between query-originating parameters and
form-originating parameters has been around for a very long time, and
in my own work, especially where the cgi module has been used, I've
been careful to distinguish between the two types and to merge them
only if this is desired.

See these messages for historical context around this issue:

http://mail.python.org/pipermail/web-sig/2003-October/000060.html
http://mail.python.org/pipermail/web-sig/2003-October/000224.html
http://mail.python.org/pipermail/web-sig/2003-November/000257.html

Here's an old reference to the code which was changed in the cgi module:

http://mail.python.org/pipermail/web-sig/2003-November/000322.html

To summarise, a previous patch for this issue was never submitted
because of the risk of breaking existing code.
History
Date User Action Args
2009-02-21 23:19:07pboddiesetrecipients: + pboddie, bkline
2009-02-21 23:19:07pboddiesetmessageid: <1235258347.18.0.512995258453.issue5340@psf.upfronthosting.co.za>
2009-02-21 23:19:05pboddielinkissue5340 messages
2009-02-21 23:19:04pboddiecreate