Skip to content

Commit 9a3ab9c

Browse files
authored
Normalize Pablo's name across all PEPs (#4689)
1 parent 0ce1884 commit 9a3ab9c

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

peps/pep-0570.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PEP: 570
22
Title: Python Positional-Only Parameters
33
Author: Larry Hastings <[email protected]>,
4-
Pablo Galindo <[email protected]>,
4+
Pablo Galindo Salgado <[email protected]>,
55
Mario Corchero <[email protected]>,
66
Eric N. Vander Weele <[email protected]>
77
BDFL-Delegate: Guido van Rossum <[email protected]>

peps/pep-0617.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PEP: 617
22
Title: New PEG parser for CPython
33
Author: Guido van Rossum <[email protected]>,
4-
Pablo Galindo <[email protected]>,
4+
Pablo Galindo Salgado <[email protected]>,
55
Lysandros Nikolaou <[email protected]>
66
Discussions-To: [email protected]
77
Status: Final

peps/pep-0626.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PEP: 626
22
Title: Precise line numbers for debugging and other tools.
33
Author: Mark Shannon <[email protected]>
4-
BDFL-Delegate: Pablo Galindo <[email protected]>
4+
BDFL-Delegate: Pablo Galindo Salgado <[email protected]>
55
Status: Final
66
Type: Standards Track
77
Created: 15-Jul-2020

peps/pep-0641.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Using an underscore in the version portion of Python 3.10 compatibility t
33
Author: Brett Cannon <[email protected]>,
44
Steve Dower <[email protected]>,
55
Barry Warsaw <[email protected]>
6-
PEP-Delegate: Pablo Galindo <[email protected]>
6+
PEP-Delegate: Pablo Galindo Salgado <[email protected]>
77
Discussions-To: https://discuss.python.org/t/pep-641-using-an-underscore-in-the-version-portion-of-python-3-10-compatibility-tags/5513
88
Status: Rejected
99
Type: Standards Track

peps/pep-0648.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PEP: 648
22
Title: Extensible customizations of the interpreter at startup
33
Author: Mario Corchero <[email protected]>
4-
Sponsor: Pablo Galindo
4+
Sponsor: Pablo Galindo Salgado
55
Discussions-To: https://discuss.python.org/t/pep-648-extensible-customizations-of-the-interpreter-at-startup/6403
66
Status: Rejected
77
Type: Standards Track

peps/pep-0657.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PEP: 657
22
Title: Include Fine Grained Error Locations in Tracebacks
3-
Author: Pablo Galindo <[email protected]>,
3+
Author: Pablo Galindo Salgado <[email protected]>,
44
Batuhan Taskaya <[email protected]>,
55
Ammar Askar <[email protected]>
66
Discussions-To: https://discuss.python.org/t/pep-657-include-fine-grained-error-locations-in-tracebacks/8629

peps/pep-0701.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PEP: 701
22
Title: Syntactic formalization of f-strings
3-
Author: Pablo Galindo <[email protected]>,
3+
Author: Pablo Galindo Salgado <[email protected]>,
44
Batuhan Taskaya <[email protected]>,
55
Lysandros Nikolaou <[email protected]>,
66
Marta Gómez Macías <[email protected]>

peps/pep-0705.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PEP: 705
22
Title: TypedDict: Read-only items
33
Author: Alice Purcell <[email protected]>
4-
Sponsor: Pablo Galindo <[email protected]>
4+
Sponsor: Pablo Galindo Salgado <[email protected]>
55
Discussions-To: https://discuss.python.org/t/pep-705-read-only-typeddict-items/37867
66
Status: Final
77
Type: Standards Track

peps/pep-0758.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PEP: 758
22
Title: Allow ``except`` and ``except*`` expressions without parentheses
3-
Author: Pablo Galindo <[email protected]>, Brett Cannon <[email protected]>
3+
Author: Pablo Galindo Salgado <[email protected]>, Brett Cannon <[email protected]>
44
Status: Final
55
Type: Standards Track
66
Created: 30-Sep-2024

peps/pep-0760.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PEP: 760
22
Title: No More Bare Excepts
3-
Author: Pablo Galindo <[email protected]>, Brett Cannon <[email protected]>
3+
Author: Pablo Galindo Salgado <[email protected]>, Brett Cannon <[email protected]>
44
Status: Withdrawn
55
Type: Standards Track
66
Created: 02-Oct-2024

0 commit comments

Comments
 (0)