]> granicus.if.org Git - python/commit
bpo-29554: Improve docs for pstat module and profile. (#88)
authorMatthias Bussonnier <bussonniermatthias@gmail.com>
Tue, 21 Feb 2017 05:30:00 +0000 (21:30 -0800)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 21 Feb 2017 05:30:00 +0000 (08:30 +0300)
commit8fb1f6e039cbdeb333d83b7a62f0f37af4ce6e02
tree79f1a82f1788277fe6ebefab715214fda0dde968
parent112ec38c15b388fe025ccb85369a584d218b1160
bpo-29554: Improve docs for pstat module and profile. (#88)

Clarify that methods take a string which is interpreted as a regex,
not a regex object.

Also clarify what the old `-1`, `0`, `1` and `2` options were.
Doc/library/profile.rst
Lib/pstats.py