diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-10 13:50:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 13:50:26 (GMT) |
commit | 516d90eb215315a120e0a7168db68540321bb478 (patch) | |
tree | 45351b548f9dc6d41a8391eb8dddcb1bdc4172d5 /Misc | |
parent | 175ed6e52c7bf6d9805ac8b56ad3f38e46ff7de5 (diff) | |
download | cpython-516d90eb215315a120e0a7168db68540321bb478.zip cpython-516d90eb215315a120e0a7168db68540321bb478.tar.gz cpython-516d90eb215315a120e0a7168db68540321bb478.tar.bz2 |
gh-93491: Add support tier detection to configure (GH-93492)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 3124d9a5aafb64431aa9facd0ae0e12201be77fa)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-06-04-12-53-53.gh-issue-93491.ehM211.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-06-04-12-53-53.gh-issue-93491.ehM211.rst b/Misc/NEWS.d/next/Build/2022-06-04-12-53-53.gh-issue-93491.ehM211.rst new file mode 100644 index 0000000..b3560fa --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-06-04-12-53-53.gh-issue-93491.ehM211.rst @@ -0,0 +1 @@ +``configure`` now detects and reports :pep:`11` support tiers. |