summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2006-04-21 02:31:07 (GMT)
committerSkip Montanaro <skip@pobox.com>2006-04-21 02:31:07 (GMT)
commit262fb9256b33ca592655361d4982ad8d49a88ffe (patch)
tree2b46894200892adb274224f528ae22218e7d4ccc /Misc
parentc34b931d78d6a8bc534ddea8aed0845b063c9e2a (diff)
downloadcpython-262fb9256b33ca592655361d4982ad8d49a88ffe.zip
cpython-262fb9256b33ca592655361d4982ad8d49a88ffe.tar.gz
cpython-262fb9256b33ca592655361d4982ad8d49a88ffe.tar.bz2
Allow pstats.Stats creator to specify an alternate to stdout.
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 0cda340..03dc27c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -120,6 +120,9 @@ Library
- Fix exception when doing glob.glob('anything*/')
+- The pstats.Stats class accepts an optional stream keyword argument to
+ direct output to an alternate file-like object.
+
Build
-----