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 f523cce commit 608b319Copy full SHA for 608b319
importlib_metadata/__init__.py
@@ -574,7 +574,7 @@ def _read_files_egginfo_installed(self):
574
575
def _relative_to(self, path, root):
576
"""
577
- Workaround for https://bugs.python.org/issue23082 where ".."
+ Workaround for https://github.com/python/cpython/issues/67271 where ".."
578
isn't added by pathlib.Path.relative_to() when path is not
579
a subpath of root.
580
0 commit comments