[Python-ideas] `OrderedDict.sort`

Ram Rachum ram at rachum.com
Tue Sep 24 18:48:35 CEST 2013


My code* is *on PyPI, just not isolated to the OrderedDict improvements.
My OrderedDict improvements are here:

http://pypi.python.org/pypi/python_toolbox

This is a big package with all my stuff.


On Tue, Sep 24, 2013 at 7:37 PM, Andrew Barnert <abarnert at yahoo.com> wrote:

> On Sep 24, 2013, at 9:19, Ram Rachum <ram at rachum.com> wrote:
>
> > If people here are opposed to allowing an implementation of
> `OrderedDict.sort` in the stdlib, I don't see a reason to waste my time
> putting an implementation on PyPI. What's that implementation going to help
> if you won't allow it anyway?
>
> Do you not see the benefit to ipython, numpy, requests, the various
> popular web frameworks, fancy collections like blist, tools like scrapy,
> etc. being a simple pip away? Why wouldn't the same be true for your module?
>
> A useful module on PyPI helps thousands of people who otherwise would have
> had to reproduce all the work themselves or settled for not having it. It
> also leads to de facto standard ways to do things, which makes it easier to
> communicate with devs on other projects. (Imagine trying to get help with
> "my custom multidimensional array class" or "a web scraper that I built
> from scratch" vs. numpy or scrapy.)
>
> Do you think your idea is so trivial that there really is no benefit in
> any of that?
>
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
>
> --
>
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "python-ideas" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/python-ideas/-RFTqV8_aS0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> python-ideas+unsubscribe at googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130924/8911e6a3/attachment.html>


More information about the Python-ideas mailing list