Update test_file.py from CPython v3.12.0

This commit is contained in:
NakanoMiku
2023-12-25 15:19:28 +08:00
parent f519ffdb18
commit de626b8627

View File

@@ -217,7 +217,7 @@ class OtherFileTests:
self._checkBufferSize(1)
def testTruncateOnWindows(self):
# SF bug <http://www.python.org/sf/801631>
# SF bug <https://bugs.python.org/issue801631>
# "file.truncate fault on windows"
f = self.open(TESTFN, 'wb')