[Patches] [ python-Patches-552812 ] Better description in "python -h" for -u

noreply@sourceforge.net noreply@sourceforge.net
Wed, 08 May 2002 03:26:24 -0700


Patches item #552812, was opened at 2002-05-06 09:42
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=552812&group_id=5470

Category: Core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Sean Reifschneider (jafo)
Assigned to: Nobody/Anonymous (nobody)
>Summary: Better description in "python -h" for -u

Initial Comment:
A new user was confused by the fact that "python -u"
in combination with "sys.stdin.xreadlines()" was not
doing what he expects.  I believe that this
modification makes it a bit more clear that there is
internal buffering which "-u" does not influence.

Also included is a man-page modification of similar
nature (though more detailed).

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

>Comment By: Sean Reifschneider (jafo)
Date: 2002-05-08 10:26

Message:
Logged In: YES 
user_id=81797

Ok, I've converted it to a single line note referencing the
man-page.

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

Comment By: Martin v. Löwis (loewis)
Date: 2002-05-08 09:17

Message:
Logged In: YES 
user_id=21627

I dislike the change to add many new lines to the -h output.
Can you squeeze this into one less line, e.g. by referring
to the documentation?

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=552812&group_id=5470