summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2023-03-29 20:28:08 (GMT)
committerGitHub <noreply@github.com>2023-03-29 20:28:08 (GMT)
commit0b1d9c44f1f091a499856d81542eeafda25011e1 (patch)
treec310eec7b5c9bbaf9e35394753139d703a625d41 /Misc/NEWS.d/next/Build
parentd052a383f1a0c599c176a12c73a761ca00436d8b (diff)
downloadcpython-0b1d9c44f1f091a499856d81542eeafda25011e1.zip
cpython-0b1d9c44f1f091a499856d81542eeafda25011e1.tar.gz
cpython-0b1d9c44f1f091a499856d81542eeafda25011e1.tar.bz2
GH-102973: add a dev container (GH-102975)
On content update, builds `python` and the docs. Also adds a Dockerfile that should include everything but autoconf 2.69 that's necessary to build CPython and the entire stdlib on Fedora. Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com> Co-authored-by: Dusty Phillips <dusty@phillips.codes>
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2023-03-23-20-58-56.gh-issue-102973.EaJUrw.rst2
1 files changed, 2 insertions, 0 deletions
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
new file mode 100644
index 0000000..38b0239
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2023-03-23-20-58-56.gh-issue-102973.EaJUrw.rst
@@ -0,0 +1,2 @@
+Add a dev container (along with accompanying Dockerfile) for development
+purposes.