diff options
author | Christian Heimes <christian@python.org> | 2021-11-18 13:40:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 13:40:01 (GMT) |
commit | e4bb22fabbea72776b377733047e0f32e0388059 (patch) | |
tree | 786fc0caaec75a2b0bae8c94da87d6b386179f17 /Misc | |
parent | 21fa7a3e8f99a1a32467f85c877e40cbdafa9da7 (diff) | |
download | cpython-e4bb22fabbea72776b377733047e0f32e0388059.zip cpython-e4bb22fabbea72776b377733047e0f32e0388059.tar.gz cpython-e4bb22fabbea72776b377733047e0f32e0388059.tar.bz2 |
bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-11-18-12-18-43.bpo-45573.xsMZzn.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-11-18-12-18-43.bpo-45573.xsMZzn.rst b/Misc/NEWS.d/next/Build/2021-11-18-12-18-43.bpo-45573.xsMZzn.rst new file mode 100644 index 0000000..5dac52e --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-11-18-12-18-43.bpo-45573.xsMZzn.rst @@ -0,0 +1,2 @@ +``configure`` now creates ``Modules/Setup.stdlib`` with conditionally +enabled/disabled extension module lines. The file is not used, yet. |