Kaydet (Commit) 9fb289d8 authored tarafından Neal Norwitz's avatar Neal Norwitz

SF #515000, print result of f.tell() in test() instead of ignoring

üst a0af63b2
......@@ -193,7 +193,7 @@ def test():
f.write(lines[1])
f.seek(0)
print 'First line =', `f.readline()`
here = f.tell()
print 'Position =', f.tell()
line = f.readline()
print 'Second line =', `line`
f.seek(-len(line), 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment