File tree 2 files changed +16
-1
lines changed 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
Title: Multiple Interpreters in the Stdlib
3
3
Author: Eric Snow <ericsnowcurrently@gmail.com>
4
4
Discussions-To: https://discuss.python.org/t/pep-554-multiple-interpreters-in-the-stdlib/24855
5
- Status: Draft
5
+ Status: Superseded
6
6
Type: Standards Track
7
7
Content-Type: text/x-rst
8
8
Created: 05-Sep-2017
@@ -14,8 +14,15 @@ Post-History: `07-Sep-2017 <https://mail.python.org/archives/list/python-ideas@p
14
14
`04-May-2020 <https://mail.python.org/archives/list/python-dev@python.org/thread/X2KPCSRVBD2QD5GP5IMXXZTGZ46OXD3D/ >`__,
15
15
`14-Mar-2023 <https://discuss.python.org/t/pep-554-multiple-interpreters-in-the-stdlib/24855/2/ >`__,
16
16
`01-Nov-2023 <https://discuss.python.org/t/pep-554-multiple-interpreters-in-the-stdlib/24855/26/ >`__,
17
+ Superseded-By: 734
17
18
18
19
20
+ .. note ::
21
+ This PEP is actually continued in a cleaner form in :pep: `734 `.
22
+ This PEP is kept as-is for the sake of the various sections of
23
+ background information and deferred/rejected ideas that have
24
+ been stripped from :pep: `734 `.
25
+
19
26
Abstract
20
27
========
21
28
Original file line number Diff line number Diff line change @@ -6,8 +6,16 @@ Type: Standards Track
6
6
Content-Type: text/x-rst
7
7
Created: 06-Nov-2023
8
8
Python-Version: 3.13
9
+ Replaces: 554
9
10
10
11
12
+ .. note ::
13
+ This PEP is essentially a continuation of :pep: `554 `. That document
14
+ had grown a lot of ancillary information across 7 years of discussion.
15
+ This PEP is a reduction back to the essential information. Much of
16
+ that extra information is still valid and useful, just not in the
17
+ immediate context of the specific proposal here.
18
+
11
19
Abstract
12
20
========
13
21
You can’t perform that action at this time.
0 commit comments