summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.11.rst4
-rw-r--r--Doc/whatsnew/3.12.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 1e93fca..bb95383 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -1678,6 +1678,10 @@ Removed
Python's test suite."
(Contributed by Victor Stinner in :issue:`46852`.)
+* The ``--experimental-isolated-subinterpreters`` configure flag
+ (and corresponding ``EXPERIMENTAL_ISOLATED_SUBINTERPRETERS``)
+ have been removed.
+
* Pynche --- The Pythonically Natural Color and Hue Editor --- has been moved out
of ``Tools/scripts`` and is `being developed independently
<https://gitlab.com/warsaw/pynche/-/tree/main>`_ from the Python source tree.
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index ecc74e9..ad0270a 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -401,10 +401,6 @@ Removed
(Contributed by Erlend E. Aasland in :gh:`92548`.)
-* The ``--experimental-isolated-subinterpreters`` configure flag
- (and corresponding ``EXPERIMENTAL_ISOLATED_SUBINTERPRETERS``)
- have been removed.
-
* ``smtpd`` has been removed according to the schedule in :pep:`594`,
having been deprecated in Python 3.4.7 and 3.5.4.
Use aiosmtpd_ PyPI module or any other