From 8c64fdc8560d9f7b7d3926350bba7702b0906329 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 20 Nov 2021 12:47:02 -0500 Subject: [PATCH] Update comment for _distutils_system_mod. --- distutils/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/distutils/__init__.py b/distutils/__init__.py index 8fd493b4..ba337639 100644 --- a/distutils/__init__.py +++ b/distutils/__init__.py @@ -15,8 +15,10 @@ try: - # Allow Debian and pkgsrc (only) to customize system - # behavior. Ref pypa/distutils#2 and pypa/distutils#16. + # Allow Debian and pkgsrc and Fedora (only) to customize + # system + # behavior. Ref pypa/distutils#2 and pypa/distutils#16 + # and pypa/distutils#70. # This hook is deprecated and no other environments # should use it. importlib.import_module('_distutils_system_mod')