From a7bf46a41575f7390457028a0f3cb63ad4e7afae Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 14 Sep 2022 13:33:28 +0300 Subject: [PATCH 01/17] PEP 366: Fix footnotes references and remove redundant emacs metadata --- pep-0366.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pep-0366.txt b/pep-0366.txt index 9cb36ebd77f..08a51680c3e 100644 --- a/pep-0366.txt +++ b/pep-0366.txt @@ -103,7 +103,7 @@ which stored the main module's real module name in the ``__module_name__`` attribute. It was reverted due to the fact that 2.5 was already in beta by that time. -Patch 1487 [4] is the proposed implementation for this PEP. +Patch 1487 [4]_ is the proposed implementation for this PEP. Alternative Proposals ===================== @@ -143,11 +143,3 @@ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: From 5983183bdeca3a6629e19d1ce73e7d6e229417c6 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 14 Sep 2022 13:34:59 +0300 Subject: [PATCH 02/17] PEP 366: Update BPO redirects to GH --- pep-0366.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0366.txt b/pep-0366.txt index 08a51680c3e..73eeb61f482 100644 --- a/pep-0366.txt +++ b/pep-0366.txt @@ -125,7 +125,7 @@ References ========== .. [1] Absolute/relative import not working? - (https://bugs.python.org/issue1510172) + (https://github.com/python/cpython/issues/43535) .. [2] c.l.p. question about modules and relative imports (http://groups.google.com/group/comp.lang.python/browse_thread/thread/c44c769a72ca69fa/) @@ -134,7 +134,7 @@ References (https://mail.python.org/pipermail/python-3000/2007-April/006793.html) .. [4] PEP 366 implementation patch - (http://bugs.python.org/issue1487) + (https://github.com/python/cpython/issues/45828) .. [5] Acceptance of the PEP (https://mail.python.org/pipermail/python-dev/2007-November/075475.html) From 2b1e92f88862ad5b31dec1b13d01aa2108f38349 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 14 Sep 2022 13:55:07 +0300 Subject: [PATCH 03/17] PEP 395: Convert unused footnote to bullet and remove redundant emacs metadata --- pep-0395.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pep-0395.txt b/pep-0395.txt index f35a2658e66..f4a6ed29d39 100644 --- a/pep-0395.txt +++ b/pep-0395.txt @@ -724,18 +724,10 @@ References .. [3] Updated PEP 395 (aka "Implicit Relative Imports Must Die!") (https://mail.python.org/pipermail/import-sig/2011-November/000397.html) -.. [4] Elaboration of compatibility problems between this PEP and PEP 402 - (https://mail.python.org/pipermail/import-sig/2011-November/000403.html) +* `Elaboration of compatibility problems between this PEP and PEP 402 + `__ Copyright ========= This document has been placed in the public domain. - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: From a2382a0a14d4979ede7a4a973e9c5da47b9717e5 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 14 Sep 2022 15:09:12 +0300 Subject: [PATCH 04/17] PEP 413: Fix footnote reference and remove redundant emacs metadata --- pep-0413.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pep-0413.txt b/pep-0413.txt index d1a45ccc6d1..e66cc0f2119 100644 --- a/pep-0413.txt +++ b/pep-0413.txt @@ -593,7 +593,7 @@ resolving this becomes even more critical. While Mercurial phases may help to some degree, it would be good to eliminate the problem entirely. One suggestion from Barry Warsaw is to adopt a non-conflicting -separate-files-per-change approach, similar to that used by Twisted [2_]. +separate-files-per-change approach, similar to that used by Twisted [2]_. Given that the current manually updated NEWS file will be used for the 3.3.0 release, one possible layout for such an approach might look like:: @@ -920,13 +920,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: From 572d7660724e621bc0514bc3fc2a2ab97db6c966 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 14 Sep 2022 15:18:10 +0300 Subject: [PATCH 05/17] PEP 413: Replace broken link with contemporary Wayback Machine link --- pep-0413.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0413.txt b/pep-0413.txt index e66cc0f2119..933972b21c8 100644 --- a/pep-0413.txt +++ b/pep-0413.txt @@ -914,7 +914,7 @@ References ========== .. [2] Twisted's "topfiles" approach to NEWS generation - http://twistedmatrix.com/trac/wiki/ReviewProcess#Newsfiles + https://web.archive.org/web/20120305142914/http://twistedmatrix.com/trac/wiki/ReviewProcess#Newsfiles Copyright ========= From c07d66319e4b60a0163686415e454d168e51dcbc Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 14 Sep 2022 16:06:37 +0300 Subject: [PATCH 06/17] PEP 426: Convert unused footnote to bullet and update link redirects --- pep-0426.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pep-0426.txt b/pep-0426.txt index 56308b32859..7dbd0e22ceb 100644 --- a/pep-0426.txt +++ b/pep-0426.txt @@ -443,9 +443,9 @@ in Appendix A. Metadata validation ------------------- -A `jsonschema `__ description of +A `jsonschema `__ description of the distribution metadata is `available -`__. +`__. This schema does NOT currently handle validation of some of the more complex string fields (instead treating them as opaque strings). @@ -1507,12 +1507,12 @@ Version 1.2 is specified in :pep:`345`. The initial attempt at a standardised version scheme, along with the justifications for needing such a standard can be found in :pep:`386`. -.. [1] reStructuredText markup: - http://docutils.sourceforge.net/ +* `reStructuredText markup + `__ -.. _Python Package Index: http://pypi.python.org/pypi/ +.. _Python Package Index: https://pypi.org/ -.. _TR39: http://www.unicode.org/reports/tr39/tr39-1.html#Confusable_Detection +.. _TR39: https://www.unicode.org/reports/tr39/tr39-1.html#Confusable_Detection Copyright From e13fd7e0ec1d79cbb293a8a657a6cc680cd5ad74 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 14 Sep 2022 16:07:13 +0300 Subject: [PATCH 07/17] PEP 426: Remove redundant emacs metadata --- pep-0426.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pep-0426.txt b/pep-0426.txt index 7dbd0e22ceb..91f47d8f527 100644 --- a/pep-0426.txt +++ b/pep-0426.txt @@ -1519,12 +1519,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: From 9619060b0328adb8f67a99171e12654a890608d5 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Sep 2022 17:44:04 +0300 Subject: [PATCH 08/17] PEP 430: Fix footnote references --- pep-0430.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0430.txt b/pep-0430.txt index 500cf1a4b81..d00e498c220 100644 --- a/pep-0430.txt +++ b/pep-0430.txt @@ -28,7 +28,7 @@ Background ========== With the transition of the overall Python ecosystem from Python 2 to Python 3 -still in progress, one question which arises periodically [1_, 2_] is when +still in progress, one question which arises periodically [1]_, [2]_ is when and how to handle the change from providing the Python 2 documentation as the default version displayed at the docs.python.org root URL to providing the Python 3 documentation. @@ -77,7 +77,7 @@ the path component. Proposal ======== -This PEP (based on an idea originally put forward back in May [3_]) is to +This PEP (based on an idea originally put forward back in May [3]_) is to *not migrate* the Python 2 specific deep links at all, and instead adopt a scheme where all URLs presented to users on docs.python.org are qualified appropriately with the relevant release series. From 1a12071c22a5390fe15edf4eee1a5496a8f3849f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Sep 2022 18:06:13 +0300 Subject: [PATCH 09/17] PEP 531: Fix footnote references and remove redundant emacs metadata --- pep-0531.txt | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/pep-0531.txt b/pep-0531.txt index f7ed2d237d2..0f8c76cd69f 100644 --- a/pep-0531.txt +++ b/pep-0531.txt @@ -55,7 +55,7 @@ following characteristics: PEP Withdrawal ============== -When posting this PEP for discussion on python-ideas [4_], I asked reviewers to +When posting this PEP for discussion on python-ideas [4]_, I asked reviewers to consider 3 high level design questions before moving on to considering the specifics of this particular syntactic proposal: @@ -74,7 +74,7 @@ truth-checking "and" and "or" control flow operators were available? While the answers to the first question were generally positive, it quickly became clear that the answer to the second question is "No". -Steven D'Aprano articulated the counter-argument well in [5_], but the general +Steven D'Aprano articulated the counter-argument well in [5]_, but the general idea is that when checking for "missing data" sentinels, we're almost always looking for a *specific* sentinel value, rather than *any* sentinel value. @@ -96,7 +96,7 @@ make sense, and it is accordingly withdrawn. However, the discussion of the proposal did prompt consideration of a potential protocol based approach to make the existing ``and``, ``or`` and ``if-else`` -operators more flexible [6_] without introducing any new syntax, so I'll be +operators more flexible [6]_ without introducing any new syntax, so I'll be writing that up as another possible alternative to :pep:`505`. @@ -645,13 +645,3 @@ Copyright This document has been placed in the public domain under the terms of the CC0 1.0 license: https://creativecommons.org/publicdomain/zero/1.0/ - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: From d801e57836cb4b20b9dbcb1c88c2e4a37e39a498 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Sep 2022 18:09:34 +0300 Subject: [PATCH 10/17] PEP 535: Fix footnote references and remove redundant emacs metadata --- pep-0535.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pep-0535.txt b/pep-0535.txt index 7d410a15188..420cfac6990 100644 --- a/pep-0535.txt +++ b/pep-0535.txt @@ -81,7 +81,7 @@ operations would be the same as the existing expansion for ``and``. Rationale ========= -In ultimately rejecting :pep:`335`, Guido van Rossum noted [1_]: +In ultimately rejecting :pep:`335`, Guido van Rossum noted [1]_: The NumPy folks brought up a somewhat separate issue: for them, the most common use case is chained comparisons (e.g. A < B < C). @@ -187,13 +187,3 @@ Copyright This document has been placed in the public domain under the terms of the CC0 1.0 license: https://creativecommons.org/publicdomain/zero/1.0/ - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: From 9a747067b43686b89deaca5327f2a854f1fbe406 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Sep 2022 18:16:21 +0300 Subject: [PATCH 11/17] PEP 3150: Convert unused footnote to bullet, update link redirects, remove redundant emacs metadata --- pep-3150.txt | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/pep-3150.txt b/pep-3150.txt index 22d2164bca8..d28a1577950 100644 --- a/pep-3150.txt +++ b/pep-3150.txt @@ -750,8 +750,8 @@ References .. [4] Name conflict with NumPy for 'where' keyword choice: https://mail.python.org/pipermail/python-ideas/2010-July/007596.html -.. [5] The "Status quo wins a stalemate" design principle: - http://www.boredomandlaziness.org/2011/02/status-quo-wins-stalemate.html +* `The "Status quo wins a stalemate" design principle + `__ .. [6] Assignments in list/generator expressions: https://mail.python.org/pipermail/python-ideas/2011-April/009863.html @@ -765,21 +765,10 @@ References .. [9] Possible PEP 3150 style guidelines (#2): https://mail.python.org/pipermail/python-ideas/2011-October/012341.html -.. [10] Multi-line lambdas (again!) - https://mail.python.org/pipermail/python-ideas/2013-August/022526.html +* `Multi-line lambdas (again!) + `__ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: From a661d0ee68dc86fb8d67110e13e0a28cfe0b690d Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Sep 2022 18:26:28 +0300 Subject: [PATCH 12/17] PEP 440: Convert unused footnote to bullet, fix links, remove redundant emacs metadata --- pep-0440.txt | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/pep-0440.txt b/pep-0440.txt index 2dfaeb4ae4e..eee41bcf6fa 100644 --- a/pep-0440.txt +++ b/pep-0440.txt @@ -39,7 +39,7 @@ document are to be interpreted as described in :rfc:`2119`. Projects include Python libraries, frameworks, scripts, plugins, applications, collections of data or other resources, and various combinations thereof. Public Python projects are typically registered on -the `Python Package Index `__. +the `Python Package Index `__. "Releases" are uniquely identified snapshots of a project. @@ -762,7 +762,7 @@ specify the appropriate version order. Specific build information may also be included in local version labels. -.. _Semantic versioning: http://semver.org/ +.. _Semantic versioning: https://semver.org/ DVCS based version labels @@ -1556,17 +1556,17 @@ References The initial attempt at a standardised version scheme, along with the justifications for needing such a standard can be found in :pep:`386`. -.. [1] Reference Implementation of PEP 440 Versions and Specifiers - https://github.com/pypa/packaging/pull/1 +* `Reference Implementation of PEP 440 Versions and Specifiers + `__ .. [2] Version compatibility analysis script: https://github.com/pypa/packaging/blob/master/tasks/check.py -.. [3] Pessimistic version constraint - http://docs.rubygems.org/read/chapter/16 +* `Pessimistic version constraint + `__ .. [4] File URIs in Windows - http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx + https://web.archive.org/web/20130321051043/http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx .. [5] Proof of Concept: PEP 440 within pip https://github.com/pypa/pip/pull/1894 @@ -1580,8 +1580,8 @@ justifications for needing such a standard can be found in :pep:`386`. .. [8] Amend PEP 440 with Wider Feedback on Release Candidates https://mail.python.org/pipermail/distutils-sig/2014-December/025409.html -.. [9] Changing the status of PEP 440 to Provisional - https://mail.python.org/pipermail/distutils-sig/2014-December/025412.html +* `Changing the status of PEP 440 to Provisional + `__ .. [10] PEP 440: regex should not permit Unicode [Nd] characters https://github.com/python/peps/pull/966 @@ -1659,12 +1659,3 @@ Copyright ========= This document has been placed in the public domain. - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - End: From f7bd4b92ab6252ae3a77dc2d4ebcf165b43d1077 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Sep 2022 21:43:14 +0300 Subject: [PATCH 13/17] PEP 395: Convert footnotes into inline links --- pep-0395.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pep-0395.txt b/pep-0395.txt index f4a6ed29d39..04e848206a9 100644 --- a/pep-0395.txt +++ b/pep-0395.txt @@ -715,14 +715,14 @@ None as yet. References ========== -.. [1] Module aliases and/or "real names" - (https://mail.python.org/pipermail/python-ideas/2011-January/008983.html) +.. [1] `Module aliases and/or "real names" + `__ -.. [2] PEP 395 (Module aliasing) and the namespace PEPs - (https://mail.python.org/pipermail/import-sig/2011-November/000382.html) +.. [2] `PEP 395 (Module aliasing) and the namespace PEPs + `__ -.. [3] Updated PEP 395 (aka "Implicit Relative Imports Must Die!") - (https://mail.python.org/pipermail/import-sig/2011-November/000397.html) +.. [3] `Updated PEP 395 (aka "Implicit Relative Imports Must Die!") + `__ * `Elaboration of compatibility problems between this PEP and PEP 402 `__ From 4985c1e280ce5d7f24c858636a0e2835d987d493 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Sep 2022 21:49:00 +0300 Subject: [PATCH 14/17] PEP 440: Convert footnotes into inline links --- pep-0440.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pep-0440.txt b/pep-0440.txt index eee41bcf6fa..d46aa1765c3 100644 --- a/pep-0440.txt +++ b/pep-0440.txt @@ -1559,32 +1559,32 @@ justifications for needing such a standard can be found in :pep:`386`. * `Reference Implementation of PEP 440 Versions and Specifiers `__ -.. [2] Version compatibility analysis script: - https://github.com/pypa/packaging/blob/master/tasks/check.py +.. [2] `Version compatibility analysis script + `__ * `Pessimistic version constraint `__ -.. [4] File URIs in Windows - https://web.archive.org/web/20130321051043/http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx +.. [4] `File URIs in Windows + `__ -.. [5] Proof of Concept: PEP 440 within pip - https://github.com/pypa/pip/pull/1894 +.. [5] `Proof of Concept: PEP 440 within pip + `__ -.. [6] PEP440: foo-X.Y.Z does not satisfy "foo>X.Y" - https://mail.python.org/pipermail/distutils-sig/2014-December/025451.html +.. [6] `PEP440: foo-X.Y.Z does not satisfy "foo>X.Y" + `__ -.. [7] PEP440: >1.7 vs >=1.7 - https://mail.python.org/pipermail/distutils-sig/2014-December/025507.html +.. [7] `PEP440: >1.7 vs >=1.7 + `__ -.. [8] Amend PEP 440 with Wider Feedback on Release Candidates - https://mail.python.org/pipermail/distutils-sig/2014-December/025409.html +.. [8] `Amend PEP 440 with Wider Feedback on Release Candidates + `__ * `Changing the status of PEP 440 to Provisional `__ -.. [10] PEP 440: regex should not permit Unicode [Nd] characters - https://github.com/python/peps/pull/966 +.. [10] `PEP 440: regex should not permit Unicode [Nd] characters + `__ Appendix A ========== From 63b90084a0783b35dd568c28ee80961f3c592e90 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Sep 2022 22:01:23 +0300 Subject: [PATCH 15/17] PEP 3150: Convert footnotes into inline links --- pep-3150.txt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/pep-3150.txt b/pep-3150.txt index d28a1577950..7591dcfe5ee 100644 --- a/pep-3150.txt +++ b/pep-3150.txt @@ -738,32 +738,32 @@ TO-DO References ========== -.. [1] Explicitation lines in Python: - https://mail.python.org/pipermail/python-ideas/2010-June/007476.html +.. [1] `Explicitation lines in Python + `__ -.. [2] 'where' statement in Python: - https://mail.python.org/pipermail/python-ideas/2010-July/007584.html +.. [2] `'where' statement in Python + `__ -.. [3] Where-statement (Proposal for function expressions): - https://mail.python.org/pipermail/python-ideas/2009-July/005132.html +.. [3] `Where-statement (Proposal for function expressions) + `__ -.. [4] Name conflict with NumPy for 'where' keyword choice: - https://mail.python.org/pipermail/python-ideas/2010-July/007596.html +.. [4] `Name conflict with NumPy for 'where' keyword choice + `__ * `The "Status quo wins a stalemate" design principle `__ -.. [6] Assignments in list/generator expressions: - https://mail.python.org/pipermail/python-ideas/2011-April/009863.html +.. [6] `Assignments in list/generator expressions + `__ -.. [7] Possible PEP 3150 style guidelines (#1): - https://mail.python.org/pipermail/python-ideas/2011-April/009869.html +.. [7] `Possible PEP 3150 style guidelines (#1) + `__ -.. [8] Discussion of PEP 403 (statement local function definition): - https://mail.python.org/pipermail/python-ideas/2011-October/012276.html +.. [8] `Discussion of PEP 403 (statement local function definition) + `__ -.. [9] Possible PEP 3150 style guidelines (#2): - https://mail.python.org/pipermail/python-ideas/2011-October/012341.html +.. [9] `Possible PEP 3150 style guidelines (#2) + `__ * `Multi-line lambdas (again!) `__ From c846586b4be1d2d8fbdc75b25155fb7f26991f64 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Sep 2022 23:50:35 +0300 Subject: [PATCH 16/17] PEP 440: Move bullets below footnotes --- pep-0440.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pep-0440.txt b/pep-0440.txt index d46aa1765c3..58cfef4d832 100644 --- a/pep-0440.txt +++ b/pep-0440.txt @@ -1556,15 +1556,9 @@ References The initial attempt at a standardised version scheme, along with the justifications for needing such a standard can be found in :pep:`386`. -* `Reference Implementation of PEP 440 Versions and Specifiers - `__ - .. [2] `Version compatibility analysis script `__ -* `Pessimistic version constraint - `__ - .. [4] `File URIs in Windows `__ @@ -1580,12 +1574,18 @@ justifications for needing such a standard can be found in :pep:`386`. .. [8] `Amend PEP 440 with Wider Feedback on Release Candidates `__ -* `Changing the status of PEP 440 to Provisional - `__ - .. [10] `PEP 440: regex should not permit Unicode [Nd] characters `__ +* `Reference Implementation of PEP 440 Versions and Specifiers + `__ + +* `Pessimistic version constraint + `__ + +* `Changing the status of PEP 440 to Provisional + `__ + Appendix A ========== From 08a857dd4c4e194db29eec06d9290c9375b737cb Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 15 Sep 2022 23:51:23 +0300 Subject: [PATCH 17/17] PEP 3150: Move bullets below footnotes --- pep-3150.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-3150.txt b/pep-3150.txt index 7591dcfe5ee..0406c92ed8a 100644 --- a/pep-3150.txt +++ b/pep-3150.txt @@ -750,9 +750,6 @@ References .. [4] `Name conflict with NumPy for 'where' keyword choice `__ -* `The "Status quo wins a stalemate" design principle - `__ - .. [6] `Assignments in list/generator expressions `__ @@ -765,6 +762,9 @@ References .. [9] `Possible PEP 3150 style guidelines (#2) `__ +* `The "Status quo wins a stalemate" design principle + `__ + * `Multi-line lambdas (again!) `__