[Python-ideas] Proposed addtion to urllib.parse in 3.1 (and urlparse in 2.7)

Mart Sõmermaa mrts.pydev at gmail.com
Fri Mar 27 22:00:47 CET 2009


As far as I can see, people tend to agree that this is useful. So, unless
someone steps up to oppose this, I'll file a feature request to the Python
bug tracker.

Will propose an implementation based on ordered dict (that will be in
2.7/3.1 anyway).

On Fri, Mar 27, 2009 at 9:29 PM, Joel Bender <jjb5 at cornell.edu> wrote:

> It's also possible that the order matters. I think an iterable of tuples
>> (such as returned by dict.items(), but any iterable will do) would be an
>> okay interface.
>>
>
> Ordered dict then :-)
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20090327/a464c18a/attachment.html>


More information about the Python-ideas mailing list