Bugs item #1445068, was opened at 2006-03-07 19:48
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1445068&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: Python Library
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jon Lasser (jonlasser)
Assigned to: Nobody/Anonymous (nobody)
Summary: getpass.getpass queries on STDOUT not STERR (*nix)

Initial Comment:
Expected behavior of a *nix system would be to get the
password query on STDERR, so that (for non-interactive
applications) one can send the output of the command to
somewhere else, and not be hanging on a password
request that was never seen by the user at the
terminal. (And also so that output isn't polluted by
the password request, when parsing it via a pipeline.)

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

>Comment By: Georg Brandl (gbrandl)
Date: 2006-03-31 18:43

Message:
Logged In: YES 
user_id=849994

Added a "stream" argument in rev. 43495.

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

Comment By: splitscreen (splitscreen)
Date: 2006-03-31 17:43

Message:
Logged In: YES 
user_id=1126061

Patch #1462298 fixes this.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1445068&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to