From: Victor Stinner Date: Fri, 26 Nov 2021 21:56:25 +0000 (+0100) Subject: bpo-45866: Fix typo in the NEWS entry (GH-29798) X-Git-Tag: v3.11.0a3~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a7611a7c4da6406383f8ffcea272ded6f890f1e;p=thirdparty%2FPython%2Fcpython.git bpo-45866: Fix typo in the NEWS entry (GH-29798) --- diff --git a/Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst b/Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst index efa046d91e08..e87b93932ffa 100644 --- a/Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst +++ b/Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst @@ -1,4 +1,4 @@ ``make regen-all`` now produces the same output when run from a directory other than the source tree: when building Python out of the source tree. -pegen now strips directory of the "generated by pygen from " header Patch by Victor Stinner.