From 6231094c39668d2d5fdec9e0bb0c8822a4d311c4 Mon Sep 17 00:00:00 2001 From: Joshua Bambrick Date: Sat, 2 Dec 2023 14:47:13 +0000 Subject: [PATCH 1/5] Fix PEPs links Current PEPs links are dead since https://github.com/python/peps/pull/3418 --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5f5b97a..d1211a0 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ future Steering Council members. ## Reference -- [PEP 1 PEP Purpose and Guidelines](https://github.com/python/peps/blob/main/pep-0001.txt) -- [PEP 13 Python Language Governance](https://github.com/python/peps/blob/main/pep-0013.rst) (including [list of current Steering Council members](https://www.python.org/dev/peps/pep-0013/#current-steering-council)) -- [PEP 8001 Python Governance Voting Process](https://github.com/python/peps/blob/main/pep-8001.rst) -- [PEP 8016 The Steering Council Model](https://github.com/python/peps/blob/main/pep-8016.rst) -- [PEP 8100 January 2019 steering council election](https://github.com/python/peps/blob/main/pep-8100.rst) -- [PEP 8101 December 2019 steering council election](https://github.com/python/peps/blob/main/pep-8101.rst) -- [PEP 8102 2021 Term steering council election](https://github.com/python/peps/blob/main/pep-8102.rst) -- [PEP 8103 2022 Term steering council election](https://github.com/python/peps/blob/main/pep-8103.rst) +- [PEP 1 PEP Purpose and Guidelines](https://github.com/python/peps/blob/main/peps/pep-0001.txt) +- [PEP 13 Python Language Governance](https://github.com/python/peps/blob/main/peps/pep-0013.rst) (including [list of current Steering Council members](https://www.python.org/dev/peps/pep-0013/#current-steering-council)) +- [PEP 8001 Python Governance Voting Process](https://github.com/python/peps/blob/main/peps/pep-8001.rst) +- [PEP 8016 The Steering Council Model](https://github.com/python/peps/blob/main/peps/pep-8016.rst) +- [PEP 8100 January 2019 steering council election](https://github.com/python/peps/blob/main/peps/pep-8100.rst) +- [PEP 8101 December 2019 steering council election](https://github.com/python/peps/blob/main/peps/pep-8101.rst) +- [PEP 8102 2021 Term steering council election](https://github.com/python/peps/blob/main/peps/pep-8102.rst) +- [PEP 8103 2022 Term steering council election](https://github.com/python/peps/blob/main/peps/pep-8103.rst) From 3dcbbbb115d6979865d4716b8756b45608a11144 Mon Sep 17 00:00:00 2001 From: Joshua Bambrick Date: Sat, 2 Dec 2023 14:48:52 +0000 Subject: [PATCH 2/5] Fix PEP1 extension --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1211a0..ecefc6f 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ future Steering Council members. ## Reference -- [PEP 1 PEP Purpose and Guidelines](https://github.com/python/peps/blob/main/peps/pep-0001.txt) +- [PEP 1 PEP Purpose and Guidelines](https://github.com/python/peps/blob/main/peps/pep-0001.rst) - [PEP 13 Python Language Governance](https://github.com/python/peps/blob/main/peps/pep-0013.rst) (including [list of current Steering Council members](https://www.python.org/dev/peps/pep-0013/#current-steering-council)) - [PEP 8001 Python Governance Voting Process](https://github.com/python/peps/blob/main/peps/pep-8001.rst) - [PEP 8016 The Steering Council Model](https://github.com/python/peps/blob/main/peps/pep-8016.rst) From 5b4916b6273f7ce0017d65dee47b01c95a73a57d Mon Sep 17 00:00:00 2001 From: Joshua Bambrick Date: Sat, 2 Dec 2023 15:30:26 +0000 Subject: [PATCH 3/5] Link to rendered PEPs and add 2023 & 2024 elections --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ecefc6f..c637067 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,13 @@ future Steering Council members. ## Reference -- [PEP 1 PEP Purpose and Guidelines](https://github.com/python/peps/blob/main/peps/pep-0001.rst) -- [PEP 13 Python Language Governance](https://github.com/python/peps/blob/main/peps/pep-0013.rst) (including [list of current Steering Council members](https://www.python.org/dev/peps/pep-0013/#current-steering-council)) -- [PEP 8001 Python Governance Voting Process](https://github.com/python/peps/blob/main/peps/pep-8001.rst) -- [PEP 8016 The Steering Council Model](https://github.com/python/peps/blob/main/peps/pep-8016.rst) -- [PEP 8100 January 2019 steering council election](https://github.com/python/peps/blob/main/peps/pep-8100.rst) -- [PEP 8101 December 2019 steering council election](https://github.com/python/peps/blob/main/peps/pep-8101.rst) -- [PEP 8102 2021 Term steering council election](https://github.com/python/peps/blob/main/peps/pep-8102.rst) -- [PEP 8103 2022 Term steering council election](https://github.com/python/peps/blob/main/peps/pep-8103.rst) +- [PEP 1 PEP Purpose and Guidelines](https://peps.python.org/pep-0001/) +- [PEP 13 Python Language Governance](https://peps.python.org/pep-0013/) (including [list of current Steering Council members](https://www.python.org/dev/peps/pep-0013/#current-steering-council)) +- [PEP 8001 Python Governance Voting Process](https://peps.python.org/pep-8001/) +- [PEP 8016 The Steering Council Model](https://peps.python.org/pep-8016/) +- [PEP 8100 January 2019 steering council election](https://peps.python.org/pep-8100/) +- [PEP 8101 December 2019 steering council election](https://peps.python.org/pep-8101/) +- [PEP 8102 2021 Term steering council election](https://peps.python.org/pep-8102/) +- [PEP 8103 2022 Term steering council election](https://peps.python.org/pep-8103/) +- [PEP 8104 2023 Term steering council election](https://peps.python.org/pep-8104/) +- [PEP 8105 2024 Term steering council election](https://peps.python.org/pep-8105/) From a719d01dd0b0b6b9bfdc15665c911164ebaacbfe Mon Sep 17 00:00:00 2001 From: Joshua Bambrick Date: Sat, 2 Dec 2023 15:41:17 +0000 Subject: [PATCH 4/5] Update steering council link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c637067..998b1a8 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ future Steering Council members. ## Reference - [PEP 1 PEP Purpose and Guidelines](https://peps.python.org/pep-0001/) -- [PEP 13 Python Language Governance](https://peps.python.org/pep-0013/) (including [list of current Steering Council members](https://www.python.org/dev/peps/pep-0013/#current-steering-council)) +- [PEP 13 Python Language Governance](https://peps.python.org/pep-0013/) (including [list of current Steering Council members](https://peps.python.org/pep-0013/#current-steering-counci)) - [PEP 8001 Python Governance Voting Process](https://peps.python.org/pep-8001/) - [PEP 8016 The Steering Council Model](https://peps.python.org/pep-8016/) - [PEP 8100 January 2019 steering council election](https://peps.python.org/pep-8100/) From e477dbdebc9fa3707ab0f0f7154428065d7bb761 Mon Sep 17 00:00:00 2001 From: Joshua Bambrick Date: Sat, 2 Dec 2023 16:02:58 +0000 Subject: [PATCH 5/5] Update README.md Co-authored-by: Hugo van Kemenade --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 998b1a8..76704bb 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ future Steering Council members. ## Reference - [PEP 1 PEP Purpose and Guidelines](https://peps.python.org/pep-0001/) -- [PEP 13 Python Language Governance](https://peps.python.org/pep-0013/) (including [list of current Steering Council members](https://peps.python.org/pep-0013/#current-steering-counci)) +- [PEP 13 Python Language Governance](https://peps.python.org/pep-0013/) (including [list of current Steering Council members](https://peps.python.org/pep-0013/#current-steering-council)) - [PEP 8001 Python Governance Voting Process](https://peps.python.org/pep-8001/) - [PEP 8016 The Steering Council Model](https://peps.python.org/pep-8016/) - [PEP 8100 January 2019 steering council election](https://peps.python.org/pep-8100/)