From c00f2b15d8daf3faaa6b9932a10da719691ec35a Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 16 Sep 2022 11:26:02 -0700 Subject: fixes gh-96841: replace Mercurial with VCS (#96879) --- Doc/whatsnew/3.12.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 7c7a196..3e21127 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -43,8 +43,8 @@ module. (Contributed by P.Y. Developer in :issue:`12345`.) - This saves the maintainer the effort of going through the Mercurial log - when researching a change. + This saves the maintainer the effort of going through the VCS log when + researching a change. This article explains the new features in Python 3.12, compared to 3.11. -- cgit v0.12