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

Terry Reedy tjreedy at udel.edu
Fri Feb 1 16:48:23 EST 2019


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 current 
commit privileges who approves (after considering opinions of others) 
merges the PR into the main repository.


-- 
Terry Jan Reedy



More information about the Python-ideas mailing list