<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#330033">
<div class="moz-cite-prefix">On 8/18/2012 11:47 AM, MRAB wrote:<br>
</div>
<blockquote cite="mid:502FE35D.4010102@mrabarnett.plus.com"
type="cite">
<blockquote type="cite" style="color: #000000;">I vote -0. The
issue can also be addressed with a small and simple
<br>
helper function that wraps urlparse and compares the query
parameter. Or
<br>
you cann urlencode() with `sorted(qs.items)` instead of `qs` in
the
<br>
application.
<br>
</blockquote>
<br>
Hm. That's actually a good point.
</blockquote>
<br>
Seems adequate to me. Most programs wouldn't care about the order,
because most web frameworks grab whatever is there in whatever
order, and present it to the web app in their own order.<br>
<br>
Programs that care, or which talk to web apps that care, are
unlikely to want the order from a non-randomized dict, and so have
already taken care of ordering issues, so undoing the randomization
seems like a solution in search of a problem (other than for poorly
written test cases).<br>
</body>
</html>

AltStyle によって変換されたページ (->オリジナル) /