]> granicus.if.org Git - python/commit
Merged revisions 76000,76016 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Nov 2009 18:42:17 +0000 (18:42 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Nov 2009 18:42:17 +0000 (18:42 +0000)
commit5046788ca59788046afb1b0b502c79e2905bf528
treee084e373cbe7f9d491232775e11771224b8d1278
parentf3b800269c69d54a180097b929835fb016e07ba9
Merged revisions 76000,76016 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.
........
  r76016 | gregory.p.smith | 2009-11-01 10:33:55 -0800 (Sun, 01 Nov 2009) | 2 lines

  news entry for r76000
........
Lib/getpass.py
Misc/NEWS