Skip to content

Commit

Permalink
Use PEPs 8, 484 and 622 as representative examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 15, 2024
1 parent 8a4e1cc commit 7cf4fa5
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions peps/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,55 +10,55 @@ The structure is like:
.. code-block:: json
{
"0": {
"number": 0,
"title": "Index of Python Enhancement Proposals (PEPs)",
"authors": "The PEP Editors",
"8": {
"number": 8,
"title": "Style Guide for Python Code",
"authors": "Guido van Rossum, Barry Warsaw, Alyssa Coghlan",
"discussions_to": null,
"status": "Active",
"type": "Informational",
"type": "Process",
"topic": "",
"created": "13-Jul-2000",
"created": "05-Jul-2001",
"python_version": null,
"post_history": null,
"post_history": "05-Jul-2001, 01-Aug-2013",
"resolution": null,
"requires": null,
"replaces": null,
"superseded_by": null,
"url": "https://peps.python.org/pep-0000/"
"url": "https://peps.python.org/pep-0008/"
},
"1": {
"number": 1,
"title": "PEP Purpose and Guidelines",
"authors": "Barry Warsaw, Jeremy Hylton, David Goodger, Alyssa Coghlan",
"discussions_to": null,
"status": "Active",
"type": "Process",
"topic": "",
"created": "13-Jun-2000",
"python_version": null,
"post_history": "21-Mar-2001, 29-Jul-2002, 03-May-2003, 05-May-2012, 07-Apr-2013",
"resolution": null,
"484": {
"number": 484,
"title": "Type Hints",
"authors": "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa",
"discussions_to": "[email protected]",
"status": "Final",
"type": "Standards Track",
"topic": "typing",
"created": "29-Sep-2014",
"python_version": "3.5",
"post_history": "16-Jan-2015, 20-Mar-2015, 17-Apr-2015, 20-May-2015, 22-May-2015",
"resolution": "https://mail.python.org/pipermail/python-dev/2015-May/140104.html",
"requires": null,
"replaces": null,
"superseded_by": null,
"url": "https://peps.python.org/pep-0001/"
"url": "https://peps.python.org/pep-0484/"
},
"2": {
"number": 2,
"title": "Procedure for Adding New Modules",
"authors": "Brett Cannon, Martijn Faassen",
"discussions_to": null,
"status": "Active",
"type": "Process",
"622": {
"number": 622,
"title": "Structural Pattern Matching",
"authors": "Brandt Bucher, Daniel F Moisset, Tobias Kohn, Ivan Levkivskyi, Guido van Rossum, Talin",
"discussions_to": "[email protected]",
"status": "Superseded",
"type": "Standards Track",
"topic": "",
"created": "07-Jul-2001",
"python_version": null,
"post_history": "07-Jul-2001, 09-Mar-2002",
"created": "23-Jun-2020",
"python_version": "3.10",
"post_history": "23-Jun-2020, 08-Jul-2020",
"resolution": null,
"requires": null,
"replaces": null,
"superseded_by": null,
"url": "https://peps.python.org/pep-0002/"
"superseded_by": "634",
"url": "https://peps.python.org/pep-0622/"
}
}

0 comments on commit 7cf4fa5

Please sign in to comment.