From 20093b3adf6b06930fe994527670dfb3aee40cc7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 4 Jun 2019 17:19:36 -0700 Subject: [PATCH] Update outdated reference to Mercurial (GH-12857) --- Doc/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 5a7647b7e99d..339625ad3802 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1030,7 +1030,7 @@ always available. .. note:: Python is now `developed `_ using - Mercurial. In recent Python 2.7 bugfix releases, :data:`subversion` + Git. In recent Python 2.7 bugfix releases, :data:`subversion` therefore contains placeholder information. It is removed in Python 3.3. -- 2.47.3