diff options
author | Georg Brandl <georg@python.org> | 2006-03-31 18:42:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-31 18:42:16 (GMT) |
commit | 338ef7d2bd3c2ef507d7ef1edce42492dae28db0 (patch) | |
tree | 04479e4ab621b0ad192b1436cc3f7a8b94584c93 /Misc | |
parent | 22ec80bc4f3e66990981ca57b66b38873e2711df (diff) | |
download | cpython-338ef7d2bd3c2ef507d7ef1edce42492dae28db0.zip cpython-338ef7d2bd3c2ef507d7ef1edce42492dae28db0.tar.gz cpython-338ef7d2bd3c2ef507d7ef1edce42492dae28db0.tar.bz2 |
Bug #1445068: getpass.getpass() can now be given an explicit stream
argument to specify where to write the prompt.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -487,6 +487,9 @@ Extension Modules 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__. |