aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-03-12-21-59-47.bpo-39936.Ca9IKe.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-03-12-21-59-47.bpo-39936.Ca9IKe.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-03-12-21-59-47.bpo-39936.Ca9IKe.rst b/Misc/NEWS.d/next/Library/2020-03-12-21-59-47.bpo-39936.Ca9IKe.rst
deleted file mode 100644
index 8d3b6fd974b..00000000000
--- a/Misc/NEWS.d/next/Library/2020-03-12-21-59-47.bpo-39936.Ca9IKe.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-AIX: Fix _aix_support module when the subprocess is not available, when
-building Python from scratch. It now uses new private _bootsubprocess
-module, rather than having two implementations depending if subprocess is
-available or not. So _aix_support.aix_platform() result is now the same if
-subprocess is available or not.