We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dfd06 commit 089c2b4Copy full SHA for 089c2b4
distutils/command/install_egg_info.py
@@ -60,9 +60,9 @@ def get_outputs(self):
60
return self.outputs
61
62
63
-# The following routines are taken from setuptools' pkg_resources module and
64
-# can be replaced by importing them from pkg_resources once it is included
65
-# in the stdlib.
+# The following routines were originally copied from setuptools' pkg_resources
+# module and intended to be replaced by stdlib versions. They're now just legacy
+# cruft.
66
67
68
def safe_name(name):
0 commit comments