diff options
author | Ned Deily <nad@python.org> | 2018-06-28 08:18:35 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-06-28 08:18:35 (GMT) |
commit | e76ac9d4ef77b74ea7de768f4de7c38893fad539 (patch) | |
tree | cc3f2e1b39285806c3e1bc77be2877e6f5bd0936 /Misc/NEWS.d/3.7.0b1.rst | |
parent | 461a1c4b497e5e118ebb6b77eb59348cc4ec83f9 (diff) | |
download | cpython-e76ac9d4ef77b74ea7de768f4de7c38893fad539.zip cpython-e76ac9d4ef77b74ea7de768f4de7c38893fad539.tar.gz cpython-e76ac9d4ef77b74ea7de768f4de7c38893fad539.tar.bz2 |
Forward port rest of NEWS changes as of 3.7.0
Diffstat (limited to 'Misc/NEWS.d/3.7.0b1.rst')
-rw-r--r-- | Misc/NEWS.d/3.7.0b1.rst | 3 |
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 |