diff options
author | Steve Dower <steve.dower@python.org> | 2022-09-30 09:25:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 09:25:00 (GMT) |
commit | 73942e475c773ff844c231d98c9b37acdc678e9c (patch) | |
tree | 09495d8ef849450a03c3a7fb614f302f325840c9 /Misc | |
parent | 86a3be207dcf3d8f38ad0a85d9ffe3b05b855e1b (diff) | |
download | cpython-73942e475c773ff844c231d98c9b37acdc678e9c.zip cpython-73942e475c773ff844c231d98c9b37acdc678e9c.tar.gz cpython-73942e475c773ff844c231d98c9b37acdc678e9c.tar.bz2 |
gh-97649: The Tools directory is no longer installed on Windows (GH-97653)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-09-29-22-27-04.gh-issue-97649.bI7OQU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-09-29-22-27-04.gh-issue-97649.bI7OQU.rst b/Misc/NEWS.d/next/Windows/2022-09-29-22-27-04.gh-issue-97649.bI7OQU.rst new file mode 100644 index 0000000..118f9df --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-09-29-22-27-04.gh-issue-97649.bI7OQU.rst @@ -0,0 +1 @@ +The ``Tools`` directory is no longer installed on Windows |