Skip to content

Commit d9e66e6

Browse files
authored
PEP 654: Resolve unreferenced footnotes (#3254)
1 parent 65e05fd commit d9e66e6

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

pep-0654.rst

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ together as the stack unwinds. Several real world use cases are listed below.
4646
are proposing (see also the `Programming Without 'except \*'`_ section.)
4747

4848
Implementing a better task spawning API in asyncio, inspired by Trio
49-
nurseries, was the main motivation for this PEP. That work is currently
49+
nurseries [13]_, was the main motivation for this PEP. That work is currently
5050
blocked on Python not having native language level support for exception
5151
groups.
5252

@@ -1474,15 +1474,15 @@ References
14741474
14751475
.. [3] https://github.com/python-trio/trio/issues/611
14761476
1477-
.. [4] https://bugs.python.org/issue29980
1477+
.. [4] https://github.com/python/cpython/issues/74166
14781478
14791479
.. [5] https://docs.python.org/3/library/atexit.html#atexit.register
14801480
14811481
.. [6] https://github.com/pytest-dev/pytest/issues/8217
14821482
14831483
.. [7] https://hypothesis.readthedocs.io/en/latest/settings.html#hypothesis.settings.report_multiple_bugs
14841484
1485-
.. [8] https://bugs.python.org/issue40857
1485+
.. [8] https://github.com/python/cpython/issues/85034
14861486
14871487
.. [9] https://trio.readthedocs.io/en/stable/reference-core.html#trio.MultiError
14881488
@@ -1499,13 +1499,3 @@ Copyright
14991499

15001500
This document is placed in the public domain or under the
15011501
CC0-1.0-Universal license, whichever is more permissive.
1502-
1503-
1504-
..
1505-
Local Variables:
1506-
mode: indented-text
1507-
indent-tabs-mode: nil
1508-
sentence-end-double-space: t
1509-
fill-column: 70
1510-
coding: utf-8
1511-
End:

0 commit comments

Comments
 (0)