diff options
author | Christian Heimes <christian@python.org> | 2021-11-19 15:40:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 15:40:57 (GMT) |
commit | 7e44dc0ba768451f287a541cd1c85f7d87a41561 (patch) | |
tree | ba3b37dd571ba31928abb7f8e33fdbab10cb29c9 /Misc | |
parent | d64659d8cdd90bf52950563c945b30b5f0ca8dd2 (diff) | |
download | cpython-7e44dc0ba768451f287a541cd1c85f7d87a41561.zip cpython-7e44dc0ba768451f287a541cd1c85f7d87a41561.tar.gz cpython-7e44dc0ba768451f287a541cd1c85f7d87a41561.tar.bz2 |
bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-11-18-13-31-02.bpo-45573.LCjGB8.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-18-13-31-02.bpo-45573.LCjGB8.rst b/Misc/NEWS.d/next/Build/2021-11-18-13-31-02.bpo-45573.LCjGB8.rst new file mode 100644 index 0000000..5f38894 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-11-18-13-31-02.bpo-45573.LCjGB8.rst @@ -0,0 +1,2 @@ +Mandatory core modules, that are required to bootstrap Python, are now in +``Modules/Setup.bootstrap``. |