commit | 338ef7d2bd3c2ef507d7ef1edce42492dae28db0 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 31 18:42:16 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 31 18:42:16 2006 +0000 |
tree | 04479e4ab621b0ad192b1436cc3f7a8b94584c93 | |
parent | 22ec80bc4f3e66990981ca57b66b38873e2711df [diff] [blame] |
Bug #1445068: getpass.getpass() can now be given an explicit stream argument to specify where to write the prompt.
diff --git a/Misc/NEWS b/Misc/NEWS index ed48276..4d0e0bd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -487,6 +487,9 @@ Library ------- +- Bug #1445068: getpass.getpass() can now be given an explicit stream + argument to specify where to write the prompt. + - Patch #1462313, bug #1443328: the pickle modules now can handle classes that have __private names in their __slots__.