This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jlt63
Recipients
Date 2002-08-09.13:10:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=86216

Martin,

This looks good.  Can I commit it?

Sjoerd,

> Does the patch make sense on other Cygwin
> installations than my own?

Yes, see below for the details.

My WAG is that you are using text mode mounts. Is
this correct? In my testing, I could only reproduce
this problem under text mode mounts -- never under
binary mode mounts.  Nevertheless, this patch
should be applied to guarantee proper behavior
regardless of the user's mount table.

Thanks for tracking down this issue and providing
a patch to fix it.

I wonder if there are any other binary vs. text
mode issues lurking...

BTW, the man page states the following:

-u     Force  stdin,  stdout  and  stderr  to  be
       totally unbuffered.

However, after reading the code, it is clear that
the "-u" option does more... :,)
History
Date User Action Args
2007-08-23 14:02:12adminlinkissue570044 messages
2007-08-23 14:02:12admincreate