[Python-Dev] collections.sortedtree

Guido van Rossum guido at python.org
Wed Mar 26 21:59:06 CET 2014


Actually, the first step is publish it on PyPI, the second is to get a fair
number of happy users there. The bar for getting something included into
the stdlib is pretty high -- you need to demonstrate that there is a need
*and* that having it as a 3rd party module is a problem. And that once it's
in, (a) it will be stable, and (b) someone who cares about it and knows the
code thoroughly is available maintain it for years.


On Wed, Mar 26, 2014 at 1:53 PM, Ethan Furman <ethan at stoneleaf.us> wrote:

> On 03/26/2014 01:31 PM, Marko Rauhamaa wrote:
>
>>
>> I have made a full implementation of a balanced tree and would like to
>> know what the process is to have it considered for inclusion in Python
>> 3.
>>
>
> Open a ticket on the tracker [1], post your code to that ticket, sign the
> CLA [2], answer questions, etc., that come up in the code review.
>
> I believe Raymond Hettinger is the Guardian of the collections module; add
> him as nosy.
>
> --
> ~Ethan~
>
> [1] http://http://bugs.python.org
> [2] https://www.python.org/psf/contrib/contrib-form
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/
> guido%40python.org
>



-- 
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20140326/e64b56dd/attachment.html>


More information about the Python-Dev mailing list