Re: Relative seeks on string IO

2011-09-07 Thread Pierre Quentel
> > Please post code without non-code indents, like so: > Sorry about that. After the line "Example :" I indented the next block, out of habit ;-) > > What system are you using? Does it have a narrow or wide unicode build? > (IE, what is the value of sys.maxunicode?) > I use Windows XP Pro, version

Re: Relative seeks on string IO

2011-09-06 Thread Terry Reedy
ror: Can't do nonzero cur-relative seeks" (tested with Python3.2.2 on WindowsXP) A seek relative to the end of the string IO raises the same IOError Is there any reason why relative seeks on string IO are not allowed in Python3.2, or is it a bug that could be fixed in a next versio

Relative seeks on string IO

2011-09-06 Thread Pierre Quentel
== Is there any reason why relative seeks on string IO are not allowed in Python3.2, or is it a bug that could be fixed in a next version ? - Pierre -- http://mail.python.org/mailman/listinfo/python-list