[ python-Bugs-1373161 ] r41552 broke test_file on OS X
SourceForge.net
noreply at sourceforge.net
Mon Dec 5 10:31:40 CET 2005
Bugs item #1373161, was opened at 2005-12-05 00:25
Message generated for change (Comment added) made by mwh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1373161&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Open
Resolution: Fixed
Priority: 5
Submitted By: Michael Hudson (mwh)
Assigned to: Neal Norwitz (nnorwitz)
Summary: r41552 broke test_file on OS X
Initial Comment:
Apparently you *can* seek on sys.stdin here. If you just want seek() to fail
sys.stdin.seek(-1) seems pretty likely to work...
----------------------------------------------------------------------
>Comment By: Michael Hudson (mwh)
Date: 2005-12-05 09:31
Message:
Logged In: YES
user_id=6656
I suspect you know this from what I said on IRC, but test_file still fails, because
you can tell() on sys.stdin too (I don't really see what you can do about this)
----------------------------------------------------------------------
Comment By: Neal Norwitz (nnorwitz)
Date: 2005-12-05 01:17
Message:
Logged In: YES
user_id=33168
revision 41602
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1373161&group_id=5470
More information about the Python-bugs-list
mailing list