summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-04-04 15:51:44 (GMT)
committerThomas Wouters <thomas@python.org>2023-04-04 15:52:42 (GMT)
commitb861ba4a8247af8159df1e01d33157cf57705067 (patch)
tree9ce7081299f9fb79a5e4408891e7f4cde2304a04 /Misc/NEWS.d/next/Build
parent89e6a3446184925ee7f17cd0d948c7784a88b8d7 (diff)
downloadcpython-b861ba4a8247af8159df1e01d33157cf57705067.zip
cpython-b861ba4a8247af8159df1e01d33157cf57705067.tar.gz
cpython-b861ba4a8247af8159df1e01d33157cf57705067.tar.bz2
Python 3.12.0a7v3.12.0a7
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2023-03-15-02-03-39.gh-issue-102711.zTkjts.rst1
-rw-r--r--Misc/NEWS.d/next/Build/2023-03-23-20-58-56.gh-issue-102973.EaJUrw.rst2
2 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Build/2023-03-15-02-03-39.gh-issue-102711.zTkjts.rst b/Misc/NEWS.d/next/Build/2023-03-15-02-03-39.gh-issue-102711.zTkjts.rst
deleted file mode 100644
index 5118439..0000000
--- a/Misc/NEWS.d/next/Build/2023-03-15-02-03-39.gh-issue-102711.zTkjts.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``-Wstrict-prototypes`` compiler warnings.
diff --git a/Misc/NEWS.d/next/Build/2023-03-23-20-58-56.gh-issue-102973.EaJUrw.rst b/Misc/NEWS.d/next/Build/2023-03-23-20-58-56.gh-issue-102973.EaJUrw.rst
deleted file mode 100644
index 38b0239..0000000
--- a/Misc/NEWS.d/next/Build/2023-03-23-20-58-56.gh-issue-102973.EaJUrw.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Add a dev container (along with accompanying Dockerfile) for development
-purposes.