]> granicus.if.org Git - python/commit
Issue #13839: When invoked on the command-line, the pstats module now accepts several...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 14 Mar 2012 16:47:11 +0000 (17:47 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 14 Mar 2012 16:47:11 +0000 (17:47 +0100)
commit9d8c18665004755d87ba891a822265199a160609
treeee53d752d99420d7fe2b33684a6a25aa1c242e3a
parentc5ceb0aaafa3064c8f301ebbedf44f421d3f3eba
Issue #13839: When invoked on the command-line, the pstats module now accepts several filenames of profile stat files and merges them all.
Patch by Matt Joiner.
Lib/pstats.py
Misc/NEWS