diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-23 10:32:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 10:32:31 (GMT) |
commit | 327c764fa2a032e34dc268164c3c9c2f95b978c4 (patch) | |
tree | 4c080ec7067bdec381d4f79060298fc690b659e8 /Misc/NEWS.d | |
parent | 99aad31b7ad493d4feea04064bcd6b04061477f9 (diff) | |
download | cpython-327c764fa2a032e34dc268164c3c9c2f95b978c4.zip cpython-327c764fa2a032e34dc268164c3c9c2f95b978c4.tar.gz cpython-327c764fa2a032e34dc268164c3c9c2f95b978c4.tar.bz2 |
bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)
(cherry picked from commit 457e6a6e96b5afad403a0bc892508a77beef4d33)
Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-10-21-14-38-30.bpo-45561.PVqhZE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-10-21-14-38-30.bpo-45561.PVqhZE.rst b/Misc/NEWS.d/next/Build/2021-10-21-14-38-30.bpo-45561.PVqhZE.rst new file mode 100644 index 0000000..cf5d868 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-10-21-14-38-30.bpo-45561.PVqhZE.rst @@ -0,0 +1 @@ +Run smelly.py tool from $(srcdir). |