PEP 534: Resolve uses of the default role (#3379)
This commit is contained in:
parent
af6e2eded1
commit
7fdc166f82
|
@ -326,7 +326,7 @@ a proper, distro-specific way to install missing standard library modules upon
|
||||||
encountering a `ModuleNotFoundError`_.
|
encountering a `ModuleNotFoundError`_.
|
||||||
|
|
||||||
Some downstream distributors are already using this method of patching
|
Some downstream distributors are already using this method of patching
|
||||||
`sys.excepthook` to integrate with platform crash reporting mechanisms.
|
``sys.excepthook`` to integrate with platform crash reporting mechanisms.
|
||||||
|
|
||||||
.. _`site.py`: https://docs.python.org/3.7/library/site.html
|
.. _`site.py`: https://docs.python.org/3.7/library/site.html
|
||||||
.. _`sitecustomize.py`: `site.py`_
|
.. _`sitecustomize.py`: `site.py`_
|
||||||
|
|
Loading…
Reference in New Issue