python / peps

Python Enhancement Proposals
https://peps.python.org
4.35k stars 1.5k forks source link

PEP 739: update fields based on feedback and add JSON Schema #3851

Closed FFY00 closed 2 months ago

FFY00 commented 2 months ago

📚 Documentation preview 📚: https://pep-previews--3851.org.readthedocs.build/

FFY00 commented 2 months ago

@python/pep-editors are my files to update the PEP based on the JSON Schema okay to commit?

hugovk commented 2 months ago

Hmm, I think if they're part of the PEP itself, like example code, they can be in this repo. But helper code for generating parts of the PEP should probably be kept elsewhere.

https://peps.python.org/pep-0001/#auxiliary-files

FFY00 commented 2 months ago

Alright, I put them in a gist and added a comment in the .rst file.