Skip to content

Commit 9991d75

Browse files
Fix docs.
1 parent 785ec1d commit 9991d75

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Doc/library/_interpreters.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010

1111
This module provides low-level primitives for working with multiple
1212
Python interpreters in the same runtime in the current process.
13-
.. XXX The :mod:`interpreters` module provides an easier to use and
14-
higher-level API built on top of this module.
1513

1614
More information about (sub)interpreters is found at
17-
:ref:`_sub-interpreter-support`, including what data is shared between
15+
:ref:`sub-interpreter-support`, including what data is shared between
1816
interpreters and what is unique. Note particularly that interpreters
1917
aren't inherently threaded, even though they track and manage Python
2018
threads. To run code in an interpreter in a different OS thread, call
@@ -30,9 +28,6 @@ For example::
3028

3129
This module is optional. It is provided by Python implementations which
3230
support multiple interpreters.
33-
.. XXX For systems lacking the :mod:`_interpreters` module, the
34-
:mod:`_dummy_interpreters` module is available. It duplicates this
35-
module's interface and can be used as a drop-in replacement.
3631

3732
It defines the following functions:
3833

Doc/library/concurrency.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ The following are support modules for some of the above services:
2929
_thread.rst
3030
_dummy_thread.rst
3131
dummy_threading.rst
32+
_interpreters.rst

0 commit comments

Comments
 (0)