summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.7.0b1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.7.0b1.rst')
-rw-r--r--Misc/NEWS.d/3.7.0b1.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/3.7.0b1.rst b/Misc/NEWS.d/3.7.0b1.rst
index aad642e..db4adfb 100644
--- a/Misc/NEWS.d/3.7.0b1.rst
+++ b/Misc/NEWS.d/3.7.0b1.rst
@@ -142,6 +142,7 @@ Remove the STORE_ANNOTATION bytecode.
.. section: Core and Builtins
Expose posix_spawn as a low level API in the os module.
+(removed before 3.7.0rc1)
..
@@ -747,6 +748,8 @@ subinterpreter C-API and a new cross-interpreter data sharing mechanism. The
module is primarily intended for more thorough testing of the existing
subinterpreter support.
+Note that the _xxsubinterpreters module has been removed in 3.7.0rc1.
+
..
.. bpo: 32602