@@ -36,7 +36,7 @@ proposal in :pep:`605`.
36
36
However, the concerns raised in this PEP are likely to apply to any other
37
37
"Long Term Support branch" proposals that allow feature backports to improve
38
38
the developer experience of supporting such releases (such as the EL Python
39
- draft at [3 _] ), so the ideas presented here may provide useful design
39
+ draft at [3 ]_ ), so the ideas presented here may provide useful design
40
40
suggestions for such proposals.
41
41
42
42
@@ -612,7 +612,7 @@ in that release series.
612
612
Implications for the proposed Scientific Python ecosystem support period
613
613
------------------------------------------------------------------------
614
614
615
- Based on discussions at SciPy 2019, a NEP is currently being drafted [2 _] to
615
+ Based on discussions at SciPy 2019, a NEP is currently being drafted [2 ]_ to
616
616
define a common convention across the Scientific Python ecosystem for dropping
617
617
support for older Python versions.
618
618
@@ -833,7 +833,7 @@ the subsequent October 2022 baseline feature release, as there are already inher
833
833
compatibility risks associated with the choice of either "Python 4.0" (erroneous
834
834
checks for the major version being exactly 3 rather than 3 or greater), or
835
835
"Python 3.10" (code incorrectly assuming that the minor version will always
836
- contain exactly one decimal digit) [1 _] .
836
+ contain exactly one decimal digit) [1 ]_ .
837
837
838
838
While the text of this PEP assumes that the release published in 2022 will be
839
839
3.10 (as the PEP author personally considers that the more reasonable and most
@@ -883,7 +883,7 @@ References
883
883
==========
884
884
885
885
.. [1 ] Anthony Sottile created a pseudo "Python 3.10" to find and fix such issues
886
- (https://github.com/asottile/python3.10)
886
+ (https://github.com/asottile-archive /python3.10)
887
887
888
888
.. [2 ] NEP proposing a standard policy for dropping support of old Python versions
889
889
(https://github.com/numpy/numpy/pull/14086)
@@ -895,13 +895,3 @@ Copyright
895
895
=========
896
896
897
897
This document has been placed in the public domain.
898
-
899
-
900
- ..
901
- Local Variables:
902
- mode: indented-text
903
- indent-tabs-mode: nil
904
- sentence-end-double-space: t
905
- fill-column: 80
906
- coding: utf-8
907
- End:
0 commit comments