PEP 654: Resolve unreferenced footnotes (#3254)
This commit is contained in:
parent
65e05fd401
commit
d9e66e6e7f
16
pep-0654.rst
16
pep-0654.rst
|
@ -46,7 +46,7 @@ together as the stack unwinds. Several real world use cases are listed below.
|
||||||
are proposing (see also the `Programming Without 'except \*'`_ section.)
|
are proposing (see also the `Programming Without 'except \*'`_ section.)
|
||||||
|
|
||||||
Implementing a better task spawning API in asyncio, inspired by Trio
|
Implementing a better task spawning API in asyncio, inspired by Trio
|
||||||
nurseries, was the main motivation for this PEP. That work is currently
|
nurseries [13]_, was the main motivation for this PEP. That work is currently
|
||||||
blocked on Python not having native language level support for exception
|
blocked on Python not having native language level support for exception
|
||||||
groups.
|
groups.
|
||||||
|
|
||||||
|
@ -1474,7 +1474,7 @@ References
|
||||||
|
|
||||||
.. [3] https://github.com/python-trio/trio/issues/611
|
.. [3] https://github.com/python-trio/trio/issues/611
|
||||||
|
|
||||||
.. [4] https://bugs.python.org/issue29980
|
.. [4] https://github.com/python/cpython/issues/74166
|
||||||
|
|
||||||
.. [5] https://docs.python.org/3/library/atexit.html#atexit.register
|
.. [5] https://docs.python.org/3/library/atexit.html#atexit.register
|
||||||
|
|
||||||
|
@ -1482,7 +1482,7 @@ References
|
||||||
|
|
||||||
.. [7] https://hypothesis.readthedocs.io/en/latest/settings.html#hypothesis.settings.report_multiple_bugs
|
.. [7] https://hypothesis.readthedocs.io/en/latest/settings.html#hypothesis.settings.report_multiple_bugs
|
||||||
|
|
||||||
.. [8] https://bugs.python.org/issue40857
|
.. [8] https://github.com/python/cpython/issues/85034
|
||||||
|
|
||||||
.. [9] https://trio.readthedocs.io/en/stable/reference-core.html#trio.MultiError
|
.. [9] https://trio.readthedocs.io/en/stable/reference-core.html#trio.MultiError
|
||||||
|
|
||||||
|
@ -1499,13 +1499,3 @@ Copyright
|
||||||
|
|
||||||
This document is placed in the public domain or under the
|
This document is placed in the public domain or under the
|
||||||
CC0-1.0-Universal license, whichever is more permissive.
|
CC0-1.0-Universal license, whichever is more permissive.
|
||||||
|
|
||||||
|
|
||||||
..
|
|
||||||
Local Variables:
|
|
||||||
mode: indented-text
|
|
||||||
indent-tabs-mode: nil
|
|
||||||
sentence-end-double-space: t
|
|
||||||
fill-column: 70
|
|
||||||
coding: utf-8
|
|
||||||
End:
|
|
||||||
|
|
Loading…
Reference in New Issue