You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Lib/pathlib.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1295,7 +1295,7 @@ def is_dir(self):
1295
1295
ifnot_ignore_error(e):
1296
1296
raise
1297
1297
# Path doesn't exist or is a broken symlink
1298
-
# (see https://bitbucket.org/pitrou/pathlib/issue/12/)
1298
+
# (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/)
1299
1299
returnFalse
1300
1300
exceptValueError:
1301
1301
# Non-encodable path
@@ -1312,7 +1312,7 @@ def is_file(self):
1312
1312
ifnot_ignore_error(e):
1313
1313
raise
1314
1314
# Path doesn't exist or is a broken symlink
1315
-
# (see https://bitbucket.org/pitrou/pathlib/issue/12/)
1315
+
# (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/)
1316
1316
returnFalse
1317
1317
exceptValueError:
1318
1318
# Non-encodable path
@@ -1363,7 +1363,7 @@ def is_block_device(self):
1363
1363
ifnot_ignore_error(e):
1364
1364
raise
1365
1365
# Path doesn't exist or is a broken symlink
1366
-
# (see https://bitbucket.org/pitrou/pathlib/issue/12/)
1366
+
# (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/)
1367
1367
returnFalse
1368
1368
exceptValueError:
1369
1369
# Non-encodable path
@@ -1379,7 +1379,7 @@ def is_char_device(self):
1379
1379
ifnot_ignore_error(e):
1380
1380
raise
1381
1381
# Path doesn't exist or is a broken symlink
1382
-
# (see https://bitbucket.org/pitrou/pathlib/issue/12/)
1382
+
# (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/)
1383
1383
returnFalse
1384
1384
exceptValueError:
1385
1385
# Non-encodable path
@@ -1395,7 +1395,7 @@ def is_fifo(self):
1395
1395
ifnot_ignore_error(e):
1396
1396
raise
1397
1397
# Path doesn't exist or is a broken symlink
1398
-
# (see https://bitbucket.org/pitrou/pathlib/issue/12/)
1398
+
# (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/)
1399
1399
returnFalse
1400
1400
exceptValueError:
1401
1401
# Non-encodable path
@@ -1411,7 +1411,7 @@ def is_socket(self):
1411
1411
ifnot_ignore_error(e):
1412
1412
raise
1413
1413
# Path doesn't exist or is a broken symlink
1414
-
# (see https://bitbucket.org/pitrou/pathlib/issue/12/)
1414
+
# (see http://web.archive.org/web/20200623061726/https://bitbucket.org/pitrou/pathlib/issues/12/)
0 commit comments