Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 6336f0d156feec0f109a8d01da108cf96e3d9c60 https://github.com/python/cpython/commit/6336f0d156feec0f109a8d01da108cf96e3d9c60 Author: Berker Peksag <berker.peksag at gmail.com> Date: 2017年02月22日 (2017年2月22日) Changed paths: M Doc/library/profile.rst M Lib/pstats.py Log Message: ----------- bpo-29554: Improve docs for pstat module and profile. (#88) (#228) 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. (cherry picked from commit 8fb1f6e039cbdeb333d83b7a62f0f37af4ce6e02)