diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-08-04 16:12:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 16:12:35 (GMT) |
commit | ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa (patch) | |
tree | f96a8605355b4a657f1e66b6ba3e2796fb9ae751 /Lib/test/test_fileio.py | |
parent | 5b6acbaa20aa8c80c0f10986bf6c755608664023 (diff) | |
download | cpython-ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa.zip cpython-ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa.tar.gz cpython-ab8a5beb5faf23795ede1e6304aebbcf2e20e0aa.tar.bz2 |
Fix links to old SF bugs (#95648)
Diffstat (limited to 'Lib/test/test_fileio.py')
-rw-r--r-- | Lib/test/test_fileio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_fileio.py b/Lib/test/test_fileio.py index c26cdc02..2263604 100644 --- a/Lib/test/test_fileio.py +++ b/Lib/test/test_fileio.py @@ -503,7 +503,7 @@ class OtherFileTests: def testTruncateOnWindows(self): def bug801631(): - # SF bug <http://www.python.org/sf/801631> + # SF bug <https://bugs.python.org/issue801631> # "file.truncate fault on windows" f = self.FileIO(TESTFN, 'w') f.write(bytes(range(11))) |