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 martin.panter
Recipients martin.panter, xiang.zhang
Date 2015-09-25.22:07:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443218826.39.0.238647921777.issue25232@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and patch. Would you be interested in making a new regression test for this bug?

While we are fixing this code, we might as well simplify that whole “if” block to

[rest, query] = rest.partition("?")
History
Date User Action Args
2015-09-25 22:07:06martin.pantersetrecipients: + martin.panter, xiang.zhang
2015-09-25 22:07:06martin.pantersetmessageid: <1443218826.39.0.238647921777.issue25232@psf.upfronthosting.co.za>
2015-09-25 22:07:06martin.panterlinkissue25232 messages
2015-09-25 22:07:06martin.pantercreate