Skip to content

Commit 27439b5

Browse files
PEP 734: Mark as Final (#4479)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 3c5e4c7 commit 27439b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

peps/pep-0734.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ PEP: 734
22
Title: Multiple Interpreters in the Stdlib
33
Author: Eric Snow <[email protected]>
44
Discussions-To: https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147
5-
Status: Accepted
5+
Status: Final
66
Type: Standards Track
77
Created: 06-Nov-2023
88
Python-Version: 3.14
99
Post-History: `14-Dec-2023 <https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/>`__,
1010
Replaces: 554
1111
Resolution: `05-Jun-2025 <https://discuss.python.org/t/41147/36>`__
1212

13+
.. canonical-doc:: :mod:`concurrent.interpreters`
1314

1415
.. note::
1516
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>`__
2021

2122
.. note::
2223
This PEP was accepted with the provision that the name change
23-
to :py:mod:`!concurrent.interpreters`.
24+
to :mod:`concurrent.interpreters`.
2425

2526

2627
Abstract

0 commit comments

Comments
 (0)