diff options
author | sblondon <stephane.blondon@gmail.com> | 2023-03-08 10:24:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 10:24:39 (GMT) |
commit | 7d801f245e2021d19daff105ce722f22aa844391 (patch) | |
tree | 37a6605d6326945e51091cc60de6d2541fb5050c /Lib | |
parent | 1f557f94c2ee98c2a43bd090a7bf3f39a22ed874 (diff) | |
download | cpython-7d801f245e2021d19daff105ce722f22aa844391.zip cpython-7d801f245e2021d19daff105ce722f22aa844391.tar.gz cpython-7d801f245e2021d19daff105ce722f22aa844391.tar.bz2 |
Remove or update bitbucket links (GH-101963)
Since Mercurial removal from bitbucket.org, some links are broken.
They are replaced by github.com or webarchive.org links if available. Otherwise, they are removed.
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_pathlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pathlib.py b/Lib/test/test_pathlib.py index df9c1f6..f8e2f44 100644 --- a/Lib/test/test_pathlib.py +++ b/Lib/test/test_pathlib.py @@ -1938,7 +1938,7 @@ class _BasePathTest(object): @os_helper.skip_unless_symlink def test_resolve_dot(self): - # See https://bitbucket.org/pitrou/pathlib/issue/9/pathresolve-fails-on-complex-symlinks + # See http://web.archive.org/web/20200623062557/https://bitbucket.org/pitrou/pathlib/issues/9/ p = self.cls(BASE) self.dirlink('.', join('0')) self.dirlink(os.path.join('0', '0'), join('1')) |