summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins/2021-10-01-09-06-54.bpo-45020.Cj5VQN.rst
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-11-05 19:02:44 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-11-05 19:04:04 (GMT)
commite2b4e4bab90b69fbd3614fc9ce5755edfe184297 (patch)
tree0387093caf9a507c19c5bdc4b2a8af1d70ecaae2 /Misc/NEWS.d/next/Core and Builtins/2021-10-01-09-06-54.bpo-45020.Cj5VQN.rst
parent3d42cd9461e60c7427f3793f640cd975fbd99289 (diff)
downloadcpython-e2b4e4bab90b69fbd3614fc9ce5755edfe184297.zip
cpython-e2b4e4bab90b69fbd3614fc9ce5755edfe184297.tar.gz
cpython-e2b4e4bab90b69fbd3614fc9ce5755edfe184297.tar.bz2
Python 3.11.0a2v3.11.0a2
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.rst5
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.