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 python-dev
Recipients berker.peksag, martin.panter, python-dev, takayuki, xiang.zhang
Date 2015-10-03.06:44:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151003064433.55458.33438@psf.io>
In-reply-to
Content
New changeset 634fe6a90e0c by Martin Panter in branch '3.4':
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
https://hg.python.org/cpython/rev/634fe6a90e0c

New changeset ba1e3c112e42 by Martin Panter in branch '3.5':
Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5
https://hg.python.org/cpython/rev/ba1e3c112e42

New changeset 88918f2a54df by Martin Panter in branch '3.5':
Issues #25232, #24657: Use new enum status to match rest of tests
https://hg.python.org/cpython/rev/88918f2a54df

New changeset 0f03023d4318 by Martin Panter in branch 'default':
Issues #25232, #24657: Merge two CGI server fixes from 3.5
https://hg.python.org/cpython/rev/0f03023d4318

New changeset 3c006ee38287 by Martin Panter in branch 'default':
Issues #25232, #24657: Add NEWS to 3.6.0a1 section
https://hg.python.org/cpython/rev/3c006ee38287
History
Date User Action Args
2015-10-03 06:44:36python-devsetrecipients: + python-dev, takayuki, berker.peksag, martin.panter, xiang.zhang
2015-10-03 06:44:36python-devlinkissue24657 messages
2015-10-03 06:44:36python-devcreate