mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Update test_file.py from CPython v3.12.0
This commit is contained in:
2
Lib/test/test_file.py
vendored
2
Lib/test/test_file.py
vendored
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user