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

GitHub noreply at github.com
Tue Feb 21 00:30:02 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 8fb1f6e039cbdeb333d83b7a62f0f37af4ce6e02
      https://github.com/python/cpython/commit/8fb1f6e039cbdeb333d83b7a62f0f37af4ce6e02
  Author: Matthias Bussonnier <bussonniermatthias at gmail.com>
  Date:   2017-02-21 (Tue, 21 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)

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.




More information about the Python-checkins mailing list