]> granicus.if.org Git - python/commit
Merged revisions 76000 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Nov 2009 18:31:13 +0000 (18:31 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Nov 2009 18:31:13 +0000 (18:31 +0000)
commit6da85f947f0c03a9fde7de4a9386498be8eaaa94
treea20c527f892bd493169c680b0812bf23d79f4ea6
parentf44aa34ceec6e6d068802946f759d2db4bdc1087
Merged revisions 76000 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76000 | gregory.p.smith | 2009-10-31 14:26:08 -0700 (Sat, 31 Oct 2009) | 7 lines

  Fixes issue7208 - getpass would still allow the password to be echoed on
  Solaris due to not flushing the input buffer.

  This change also incorporates some additional getpass implementation
  suggestions for security based on an analysis of getpass.c linked to from the
  issue.
........
Lib/getpass.py
Misc/NEWS