File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ PEP: 734
2
2
Title: Multiple Interpreters in the Stdlib
3
3
Author: Eric Snow <
[email protected] >
4
4
Discussions-To: https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147
5
- Status: Accepted
5
+ Status: Final
6
6
Type: Standards Track
7
7
Created: 06-Nov-2023
8
8
Python-Version: 3.14
9
9
Post-History: `14-Dec-2023 <https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/ >`__,
10
10
Replaces: 554
11
11
Resolution: `05-Jun-2025 <https://discuss.python.org/t/41147/36 >`__
12
12
13
+ .. canonical-doc :: :mod:`concurrent.interpreters`
13
14
14
15
.. note ::
15
16
This PEP is essentially a continuation of :pep: `554 `. That document
@@ -20,7 +21,7 @@ Resolution: `05-Jun-2025 <https://discuss.python.org/t/41147/36>`__
20
21
21
22
.. note ::
22
23
This PEP was accepted with the provision that the name change
23
- to :py: mod: `! concurrent.interpreters `.
24
+ to :mod: `concurrent.interpreters `.
24
25
25
26
26
27
Abstract
You can’t perform that action at this time.
0 commit comments