mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
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>
This commit is contained in:
parent
1f557f94c2
commit
7d801f245e
6 changed files with 6 additions and 10 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue