[Pkg-team] [OpenIndiana Distribution - Bug #1048] getpass.getpass python function doesn't hide input
illumos project
devnull at illumos.org
Tue Jun 28 18:46:08 UTC 2011
Issue #1048 has been updated by Julian Wiesener.
Target version changed from oi_151 to oi_151_stable
----------------------------------------
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_stable
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