mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-10 13:40:16 +00:00
remove old comment
This commit is contained in:
parent
042a5ef85f
commit
b0948a9554
@ -52,7 +52,5 @@ assert ( f.read() == "123456" )
|
|||||||
f.seek(3)
|
f.seek(3)
|
||||||
assert ( f.read() == "456" )
|
assert ( f.read() == "456" )
|
||||||
|
|
||||||
# cannot test seek(>0) then read() for now
|
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
os.remove('123.txt')
|
os.remove('123.txt')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user