diff options
author | Skip Montanaro <skip@pobox.com> | 2006-04-21 02:31:07 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2006-04-21 02:31:07 (GMT) |
commit | 262fb9256b33ca592655361d4982ad8d49a88ffe (patch) | |
tree | 2b46894200892adb274224f528ae22218e7d4ccc /Misc | |
parent | c34b931d78d6a8bc534ddea8aed0845b063c9e2a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |