summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.13.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.13.rst')
-rw-r--r--Doc/whatsnew/3.13.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 9181685..b3fa06f 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -120,6 +120,11 @@ Other Language Changes
is rejected when the global is used in the :keyword:`else` block.
(Contributed by Irit Katriel in :gh:`111123`.)
+* Added a new environment variable :envvar:`PYTHON_FROZEN_MODULES`. It
+ determines whether or not frozen modules are ignored by the import machinery,
+ equivalent of the :option:`-X frozen_modules <-X>` command-line option.
+ (Contributed by Yilei Yang in :gh:`111374`.)
+
New Modules
===========