summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Felt <aixtools@users.noreply.github.com>2019-04-08 00:51:33 (GMT)
committerInada Naoki <songofacandy@gmail.com>2019-04-08 00:51:33 (GMT)
commitb7eec94c0e86f8ac318b135ca9146fff32b7203a (patch)
treea8490dee08abace8b20ee69f7e8408b4773c8c54 /Misc
parent6463ba3061bd311413d2951dc83c565907e10459 (diff)
downloadcpython-b7eec94c0e86f8ac318b135ca9146fff32b7203a.zip
cpython-b7eec94c0e86f8ac318b135ca9146fff32b7203a.tar.gz
cpython-b7eec94c0e86f8ac318b135ca9146fff32b7203a.tar.bz2
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS.d/next/Build/2019-04-02-09-25-23.bpo-36503.0xzfkQ.rst2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index df6be59..19c7e43 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -476,6 +476,7 @@ Jim Fasarakis-Hilliard
Mark Favas
Sergey Fedoseev
Boris Feld
+M. Felt
Thomas Fenzl
Niels Ferguson
Francisco Fernández Castaño
diff --git a/Misc/NEWS.d/next/Build/2019-04-02-09-25-23.bpo-36503.0xzfkQ.rst b/Misc/NEWS.d/next/Build/2019-04-02-09-25-23.bpo-36503.0xzfkQ.rst
new file mode 100644
index 0000000..764c397
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2019-04-02-09-25-23.bpo-36503.0xzfkQ.rst
@@ -0,0 +1,2 @@
+Remove references to "aix3" and "aix4".
+Patch by M. Felt.