Re: [Python-ideas] How do ideas on this mailing list turn into features?

2019-02-01 Thread Terry Reedy
On 2/1/2019 1:10 PM, James Lu wrote: How do ideas on this mailing list turn into features? What is the typical roadmap? Can this process be documented somewhere? Ultimately, one or more people write Pull Request, usually containing new tests, that passes all tests. Then a Core Developer with

Re: [Python-ideas] How do ideas on this mailing list turn into features?

2019-02-01 Thread Geoffrey Spear
https://devguide.python.org/#proposing-changes-to-python-itself On Fri, Feb 1, 2019, 1:12 PM James Lu How do ideas on this mailing list turn into features? What is the typical > roadmap? Can this process be documented somewhere? > ___ > Python-ideas

Re: [Python-ideas] How do ideas on this mailing list turn into features?

2019-02-01 Thread Marcos Eliziario
Basically the process is described here. Of course, as in any Open Source projects, any ideas have a lot more chance of being considered if they are accompanied by a patch with at least an example, partial but working implementation of proposed feature. https://www.python.org/dev/peps/pep-0001/

[Python-ideas] How do ideas on this mailing list turn into features?

2019-02-01 Thread James Lu
How do ideas on this mailing list turn into features? What is the typical roadmap? Can this process be documented somewhere?___ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: