summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-31 18:42:16 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-31 18:42:16 (GMT)
commit338ef7d2bd3c2ef507d7ef1edce42492dae28db0 (patch)
tree04479e4ab621b0ad192b1436cc3f7a8b94584c93 /Misc
parent22ec80bc4f3e66990981ca57b66b38873e2711df (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ed48276..4d0e0bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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__.