We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f519ffd commit de626b8Copy full SHA for de626b8
Lib/test/test_file.py
@@ -217,7 +217,7 @@ def testSetBufferSize(self):
217
self._checkBufferSize(1)
218
219
def testTruncateOnWindows(self):
220
- # SF bug <http://www.python.org/sf/801631>
+ # SF bug <https://bugs.python.org/issue801631>
221
# "file.truncate fault on windows"
222
223
f = self.open(TESTFN, 'wb')
0 commit comments