diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-21 13:26:42 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-21 13:26:42 (GMT) |
commit | e78eeb15440482f4d8c6ca24d0ac473bf3bf01f1 (patch) | |
tree | 5619f7c6ec82ef0deb33663a3838468e0832bbaf | |
parent | fb08e73714a8ca2f0e0363f14edfc828622ae6f7 (diff) | |
download | cpython-e78eeb15440482f4d8c6ca24d0ac473bf3bf01f1.zip cpython-e78eeb15440482f4d8c6ca24d0ac473bf3bf01f1.tar.gz cpython-e78eeb15440482f4d8c6ca24d0ac473bf3bf01f1.tar.bz2 |
Add item
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 34e1609..750162f 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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 |