summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeil Schemenauer <nas-github@arctrix.com>2021-02-19 00:49:12 (GMT)
committerGitHub <noreply@github.com>2021-02-19 00:49:12 (GMT)
commitffa55d21b4a86ad8b4a43a9f597151e526541130 (patch)
tree788adcfdf91d11c30cf92ae15e112b864819a734 /Misc
parent743932d50815edbe4ffd530ae091c53ae47dd34b (diff)
downloadcpython-ffa55d21b4a86ad8b4a43a9f597151e526541130.zip
cpython-ffa55d21b4a86ad8b4a43a9f597151e526541130.tar.gz
cpython-ffa55d21b4a86ad8b4a43a9f597151e526541130.tar.bz2
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Add the "regen-frozen" makefile target that regenerates the code for the frozen __hello__ module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2020-01-24-12-54-22.bpo-39448.k4pv14.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2020-01-24-12-54-22.bpo-39448.k4pv14.rst b/Misc/NEWS.d/next/Build/2020-01-24-12-54-22.bpo-39448.k4pv14.rst
new file mode 100644
index 0000000..2a0dc0e
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2020-01-24-12-54-22.bpo-39448.k4pv14.rst
@@ -0,0 +1,2 @@
+Add the "regen-frozen" makefile target that regenerates the code for the
+frozen ``__hello__`` module.