[Python-checkins] [python/cpython] b067a5: bpo-29554: Improve docs for pstat module and profi...

GitHub noreply at github.com
Tue Feb 21 20:55:34 EST 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: b067a5eef7fdf69264d3578654996fc3755df4ea
      https://github.com/python/cpython/commit/b067a5eef7fdf69264d3578654996fc3755df4ea
  Author: Berker Peksag <berker.peksag at gmail.com>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M Doc/library/profile.rst
    M Lib/pstats.py

  Log Message:
  -----------
  bpo-29554: Improve docs for pstat module and profile. (#88) (#227)

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)




More information about the Python-checkins mailing list