[issue3524] IOError when attempting negative seek in file (Python 3.0 tutorial)

2008-08-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Since the file is a text file, such seeking is not possible. I've now updated the whole section about files; in particular there was also an outdated description of text vs. binary mode. Committed r65595. -- resolution: -> fixed stat

[issue3524] IOError when attempting negative seek in file (Python 3.0 tutorial)

2008-08-07 Thread Jim Sizelove
New submission from Jim Sizelove <[EMAIL PROTECTED]>: The Input and Output section of the Python 3.0 tutorial (http://docs.python.org/dev/3.0/tutorial/inputoutput.html) shows an example of seeking in a negative direction from the end of a file. I get an IOError when attempting to run the example