summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-10-17 03:41:55 (GMT)
committerNed Deily <nad@python.org>2017-10-17 03:41:55 (GMT)
commitc730223d18fdee06bc3a8252fba82e0591788b4a (patch)
treef3ec94a44e75008328553b5b5ec088c62779ab9a /Misc/NEWS.d/next/Build
parentc30b55b96c0967e3a8b3b86f25eb012a97f360a5 (diff)
downloadcpython-c730223d18fdee06bc3a8252fba82e0591788b4a.zip
cpython-c730223d18fdee06bc3a8252fba82e0591788b4a.tar.gz
cpython-c730223d18fdee06bc3a8252fba82e0591788b4a.tar.bz2
Update NEWS and topics for 3.7.0a2
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2017-09-20-21-32-21.bpo-31536.KUDjno.rst1
-rw-r--r--Misc/NEWS.d/next/Build/2017-09-25-00-25-23.bpo-31569.TS49pM.rst1
-rw-r--r--Misc/NEWS.d/next/Build/2017-09-26-22-39-58.bpo-22140.ZRf7Wn.rst1
-rw-r--r--Misc/NEWS.d/next/Build/2017-09-28-20-54-52.bpo-31624.11w91_.rst1
-rw-r--r--Misc/NEWS.d/next/Build/2017-09-28-23-21-20.bpo-31625.Bb2NXr.rst1
-rw-r--r--Misc/NEWS.d/next/Build/2017-10-04-23-40-32.bpo-31696.Y3_aBV.rst2
6 files changed, 0 insertions, 7 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-09-20-21-32-21.bpo-31536.KUDjno.rst b/Misc/NEWS.d/next/Build/2017-09-20-21-32-21.bpo-31536.KUDjno.rst
deleted file mode 100644
index 414f1a4..0000000
--- a/Misc/NEWS.d/next/Build/2017-09-20-21-32-21.bpo-31536.KUDjno.rst
+++ /dev/null
@@ -1 +0,0 @@
-Avoid wholesale rebuild after `make regen-all` if nothing changed.
diff --git a/Misc/NEWS.d/next/Build/2017-09-25-00-25-23.bpo-31569.TS49pM.rst b/Misc/NEWS.d/next/Build/2017-09-25-00-25-23.bpo-31569.TS49pM.rst
deleted file mode 100644
index a6345db..0000000
--- a/Misc/NEWS.d/next/Build/2017-09-25-00-25-23.bpo-31569.TS49pM.rst
+++ /dev/null
@@ -1 +0,0 @@
-Correct PCBuild/ case to PCbuild/ in build scripts and documentation.
diff --git a/Misc/NEWS.d/next/Build/2017-09-26-22-39-58.bpo-22140.ZRf7Wn.rst b/Misc/NEWS.d/next/Build/2017-09-26-22-39-58.bpo-22140.ZRf7Wn.rst
deleted file mode 100644
index e20c094..0000000
--- a/Misc/NEWS.d/next/Build/2017-09-26-22-39-58.bpo-22140.ZRf7Wn.rst
+++ /dev/null
@@ -1 +0,0 @@
-Prevent double substitution of prefix in python-config.sh.
diff --git a/Misc/NEWS.d/next/Build/2017-09-28-20-54-52.bpo-31624.11w91_.rst b/Misc/NEWS.d/next/Build/2017-09-28-20-54-52.bpo-31624.11w91_.rst
deleted file mode 100644
index c329b43..0000000
--- a/Misc/NEWS.d/next/Build/2017-09-28-20-54-52.bpo-31624.11w91_.rst
+++ /dev/null
@@ -1 +0,0 @@
-Remove support for BSD/OS.
diff --git a/Misc/NEWS.d/next/Build/2017-09-28-23-21-20.bpo-31625.Bb2NXr.rst b/Misc/NEWS.d/next/Build/2017-09-28-23-21-20.bpo-31625.Bb2NXr.rst
deleted file mode 100644
index dbd078f..0000000
--- a/Misc/NEWS.d/next/Build/2017-09-28-23-21-20.bpo-31625.Bb2NXr.rst
+++ /dev/null
@@ -1 +0,0 @@
-Stop using ranlib on static libraries. Instead, we assume ar supports the 's' flag.
diff --git a/Misc/NEWS.d/next/Build/2017-10-04-23-40-32.bpo-31696.Y3_aBV.rst b/Misc/NEWS.d/next/Build/2017-10-04-23-40-32.bpo-31696.Y3_aBV.rst
deleted file mode 100644
index 00aae0b..0000000
--- a/Misc/NEWS.d/next/Build/2017-10-04-23-40-32.bpo-31696.Y3_aBV.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Improve compiler version information in :data:`sys.version` when Python is
-built with Clang.