Skip to content

Commit 608b319

Browse files
Update importlib_metadata/__init__.py
Co-authored-by: Jason R. Coombs <[email protected]>
1 parent f523cce commit 608b319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def _read_files_egginfo_installed(self):
574574

575575
def _relative_to(self, path, root):
576576
"""
577-
Workaround for https://bugs.python.org/issue23082 where ".."
577+
Workaround for https://github.com/python/cpython/issues/67271 where ".."
578578
isn't added by pathlib.Path.relative_to() when path is not
579579
a subpath of root.
580580

0 commit comments

Comments
 (0)