[ python-Bugs-868743 ] os.tmpfile seek(0) fails on cygwin

SourceForge.net noreply at sourceforge.net
Thu Jan 1 16:17:59 EST 2004


Bugs item #868743, was opened at 2004-01-01 05:29
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=868743&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Miki Tebeka (tebeka)
>Assigned to: Jason Tishler (jlt63)
Summary: os.tmpfile seek(0) fails on cygwin

Initial Comment:
[12:25] $python
Python 2.3.3 (#1, Dec 22 2003, 11:56:28) 
[GCC 3.3.1 (cygming special)] on cygwin
Type "help", "copyright", "credits" or "license" for
more information.
>>> from os import tmpfile
>>> f = tmpfile() 
>>> f.seek(0)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
IOError: [Errno 29] Illegal seek
>>> 


----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2004-01-01 16:17

Message:
Logged In: YES 
user_id=33168

Works on Linux.  Jason, any ideas?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=868743&group_id=5470



More information about the Python-bugs-list mailing list