diff options
author | Victor Stinner <vstinner@python.org> | 2021-01-18 21:23:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 21:23:35 +0100 |
commit | 6a809fa01f59bb00f4029d35d132cd87553554c3 (patch) | |
tree | c488855725b45dbc7e5ef05e4be281fb492042ae /Misc | |
parent | bpo-42923: Dump extension modules on fatal error (GH-24207) (diff) | |
download | cpython-6a809fa01f59bb00f4029d35d132cd87553554c3.tar.gz cpython-6a809fa01f59bb00f4029d35d132cd87553554c3.tar.bz2 cpython-6a809fa01f59bb00f4029d35d132cd87553554c3.zip |
bpo-36143: make regen-all now also runs regen-keyword (GH-24245)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-01-18-20-52-06.bpo-36143.kgnIYo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-01-18-20-52-06.bpo-36143.kgnIYo.rst b/Misc/NEWS.d/next/Build/2021-01-18-20-52-06.bpo-36143.kgnIYo.rst new file mode 100644 index 00000000000..5ac3269d955 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-01-18-20-52-06.bpo-36143.kgnIYo.rst @@ -0,0 +1 @@ +``make regen-all`` now also runs ``regen-keyword``. Patch by Victor Stinner. |