commit | 262fb9256b33ca592655361d4982ad8d49a88ffe | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Fri Apr 21 02:31:07 2006 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Fri Apr 21 02:31:07 2006 +0000 |
tree | 2b46894200892adb274224f528ae22218e7d4ccc | |
parent | c34b931d78d6a8bc534ddea8aed0845b063c9e2a [diff] [blame] |
Allow pstats.Stats creator to specify an alternate to stdout.
diff --git a/Misc/NEWS b/Misc/NEWS index 0cda340..03dc27c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -120,6 +120,9 @@ - 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 -----