[Pkg-team] [OpenIndiana Distribution - Bug #1048] getpass.getpass python function doesn't hide input

illumos project devnull at illumos.org
Wed May 25 14:12:45 UTC 2011


Issue #1048 has been updated by Ryo Murakawa.

Assignee changed from Ryo Murakawa to OI PKG


----------------------------------------
Bug #1048: getpass.getpass python function doesn't hide input
https://www.illumos.org/issues/1048

Author: Tim Sarbin
Status: New
Priority: Normal
Assignee: OI PKG
Category: 
Target version: oi_151
Difficulty: Medium
Tags: python


The following code should print "Password: "  on the command line, then get user text input without displaying it on the screen.

<pre>
import getpass
passStr = getpass.getpass("Password: ")
</pre>

It does hide input initially, but on pressing Enter, it then writes the entire password to the screen. (Expected output is nothing at all).


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the Pkg-team mailing list