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
 -----