On Sat, Apr 18, 2020 at 6:30 AM <[email protected]> wrote: > I do wish to carry on with writing a PEP with your help guys. What's the next > step?
Your primary reference is here: https://www.python.org/dev/peps/pep-0001/#pep-workflow Since you have a sponsor, the next step is to fork the PEPs repo on GitHub and start writing PEP 9999 (the standard placeholder number). You'll find PEP 12 helpful here: https://www.python.org/dev/peps/pep-0012/ Once you've done some keyboard hammering and have yourself a PEP, create a GitHub pull request to propose it for inclusion. At that point, you'll be assigned a PEP number and can both rename your file and change its headers accordingly. And after that, post your PEP to python-ideas and let the bikeshedding commence! I mean, continue! Err, resume with full speed? Something like that anyhow! ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/WR6QWV7LDO24CZKGC3XBWWEMPWDSUNUS/ Code of Conduct: http://python.org/psf/codeofconduct/
