Skip to content

Commit 089c2b4

Browse files
committed
Update comment for modern expectations.
1 parent 42dfd06 commit 089c2b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

distutils/command/install_egg_info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ def get_outputs(self):
6060
return self.outputs
6161

6262

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.
63+
# The following routines were originally copied from setuptools' pkg_resources
64+
# module and intended to be replaced by stdlib versions. They're now just legacy
65+
# cruft.
6666

6767

6868
def safe_name(name):

0 commit comments

Comments
 (0)