]> granicus.if.org Git - python/commitdiff
Add item
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 21 Apr 2006 13:26:42 +0000 (13:26 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 21 Apr 2006 13:26:42 +0000 (13:26 +0000)
Doc/whatsnew/whatsnew25.tex

index 34e1609a5c9fba403f7b5b2ccf6ac7f04f29b9e2..750162f773b5386f376bfe9f315fee54e917fd7f 100644 (file)
@@ -1266,6 +1266,11 @@ which is also written in C but doesn't match the \module{profile}
 module's interface, will continue to be maintained in future versions
 of Python.  (Contributed by Armin Rigo.)
 
+Also, the \module{pstats} module used to analyze the data measured by
+the profiler now supports directing the output to any file stream 
+by supplying a \var{stream} argument to the \class{Stats} constructor.
+(Contributed by Skip Montanaro.)
+
 \item The \module{csv} module, which parses files in
 comma-separated value format, received several enhancements and a
 number of bugfixes.  You can now set the maximum size in bytes of a