From ba2057ecde2caaac6a29d017961250a607b94186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20S=C5=82awecki?= Date: Fri, 13 Feb 2026 14:03:15 +0100 Subject: [PATCH] Remove `Misc/ACKS` from `patchcheck` description Follow-up to python/cpython#141960 --- getting-started/pull-request-lifecycle.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/getting-started/pull-request-lifecycle.rst b/getting-started/pull-request-lifecycle.rst index d1f7e26a5..d23e16695 100644 --- a/getting-started/pull-request-lifecycle.rst +++ b/getting-started/pull-request-lifecycle.rst @@ -285,7 +285,6 @@ The automated checklist runs through: * Has an entry under ``Misc/NEWS.d/next`` been added? (using `blurb-it `__, or the :pypi:`blurb` tool) -* Has ``Misc/ACKS`` been updated? * Has ``configure`` been regenerated, if necessary? * Has ``pyconfig.h.in`` been regenerated, if necessary?