Message11880

Author psykiatris
Recipients amit, fwierzbicki, psykiatris, santa4nt, tuck182, zyasoft
Date 2018-04-06.03:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522987152.11.0.682650639539.issue2363@psf.upfronthosting.co.za>
In-reply-to
Content
I developed a more complete test to see what happens for each process. readline() by itself returns incorrect file positions, but will pass if changed to readlines()

Only changes I made were that I did not assign to the data variable, and I created variables for the tell() for easier printing. Other than that, it's essentially the same code as the original test.

Attached test_fileseek.py

Patrick
History
Date User Action Args
2018-04-06 03:59:12psykiatrissetmessageid: <1522987152.11.0.682650639539.issue2363@psf.upfronthosting.co.za>
2018-04-06 03:59:12psykiatrissetrecipients: + psykiatris, fwierzbicki, zyasoft, tuck182, santa4nt, amit
2018-04-06 03:59:11psykiatrislinkissue2363 messages
2018-04-06 03:59:11psykiatriscreate