diff options
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins/2021-10-01-09-06-54.bpo-45020.Cj5VQN.rst')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-10-01-09-06-54.bpo-45020.Cj5VQN.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-10-01-09-06-54.bpo-45020.Cj5VQN.rst b/Misc/NEWS.d/next/Core and Builtins/2021-10-01-09-06-54.bpo-45020.Cj5VQN.rst deleted file mode 100644 index 8396043..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2021-10-01-09-06-54.bpo-45020.Cj5VQN.rst +++ /dev/null @@ -1,5 +0,0 @@ -For frozen stdlib modules, record the original module name as -``module.__spec__.loader_state.origname``. If the value is different than -``module.__spec__.name`` then the module was defined as an alias in -Tools/scripts/freeze_modules.py. If it is ``None`` then the module comes -from a source file outside the stdlib. |