mirror of https://github.com/python/cpython
gh-95913: Move subinterpreter exper removal to 3.11 WhatsNew (GH-98345)
Part of #95913 Forward port of #93306, which was a backport of #93185, to address #84694 This adds the What's New entry for the removal of the subinterpreter-related env variable, build-time flag, etc. As @ericsnowcurrently was author of the original changes, I added him as a co-author to the commit. This addition to the Python 3.11 What's New document were only made to the Python 3.11 branch during the backport process, and not added to the version in `main`. Forward-porting it ensures the docs retain these additions for the future, rather than being lost in a legacy Python versions, allows it to be be edited as part of #95913 , and avoids merge conflicts with routine back-ports of PRs touching it. I've pulled in the addition exactly as-is with no modifications; any editing will be done in future PRs (and therefore can be reviewed and backported accordingly). The one other such addition is forward-ported in #98344
This commit is contained in:
parent
aafc53c0a6
commit
5fe0431474
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue