summaryrefslogtreecommitdiffstats
path: root/Lib/pathlib.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-05-05 08:54:05 (GMT)
committerGitHub <noreply@github.com>2021-05-05 08:54:05 (GMT)
commitce4fee210bb604726e5da0ff15952a60c2098f88 (patch)
treed635c7bc7508ad5f3643983f1fe5a7c187dfb7ef /Lib/pathlib.py
parentb19ec7f9df5897755dae14e6f4c7fef2d3bb0406 (diff)
downloadcpython-ce4fee210bb604726e5da0ff15952a60c2098f88.zip
cpython-ce4fee210bb604726e5da0ff15952a60c2098f88.tar.gz
cpython-ce4fee210bb604726e5da0ff15952a60c2098f88.tar.bz2
bpo-44040: Update broken link in pathlib source (GH-25905) (GH-25910)
(cherry picked from commit 96d5c7038b06e93d20822d28ed42a2183f876857) Co-authored-by: Kevin Follstad <kfollstad@gmail.com>
Diffstat (limited to 'Lib/pathlib.py')
-rw-r--r--Lib/pathlib.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/Lib/pathlib.py b/Lib/pathlib.py
index cf40370..94e079f 100644
--- a/Lib/pathlib.py
+++ b/Lib/pathlib.py
@@ -1295,7 +1295,7 @@ class Path(PurePath):
if not _ignore_error(e):
raise
# Path doesn't exist or is a broken symlink
- # (see https://bitbucket.org/pitrou/pathlib/issue/12/)
+ # (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/ )
return False
except ValueError:
# Non-encodable path
@@ -1312,7 +1312,7 @@ class Path(PurePath):
if not _ignore_error(e):
raise
# Path doesn't exist or is a broken symlink
- # (see https://bitbucket.org/pitrou/pathlib/issue/12/)
+ # (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/ )
return False
except ValueError:
# Non-encodable path
@@ -1363,7 +1363,7 @@ class Path(PurePath):
if not _ignore_error(e):
raise
# Path doesn't exist or is a broken symlink
- # (see https://bitbucket.org/pitrou/pathlib/issue/12/)
+ # (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/ )
return False
except ValueError:
# Non-encodable path
@@ -1379,7 +1379,7 @@ class Path(PurePath):
if not _ignore_error(e):
raise
# Path doesn't exist or is a broken symlink
- # (see https://bitbucket.org/pitrou/pathlib/issue/12/)
+ # (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/ )
return False
except ValueError:
# Non-encodable path
@@ -1395,7 +1395,7 @@ class Path(PurePath):
if not _ignore_error(e):
raise
# Path doesn't exist or is a broken symlink
- # (see https://bitbucket.org/pitrou/pathlib/issue/12/)
+ # (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/ )
return False
except ValueError:
# Non-encodable path
@@ -1411,7 +1411,7 @@ class Path(PurePath):
if not _ignore_error(e):
raise
# Path doesn't exist or is a broken symlink
- # (see https://bitbucket.org/pitrou/pathlib/issue/12/)
+ # (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/ )
return False
except ValueError:
# Non-encodable path