Staging
v0.5.1
https://github.com/python/cpython
Revision b067a5eef7fdf69264d3578654996fc3755df4ea authored by Berker Peksag on 22 February 2017, 01:55:33 UTC, committed by GitHub on 22 February 2017, 01:55:33 UTC
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)
1 parent e9c0e55
Raw File
Tip revision: b067a5eef7fdf69264d3578654996fc3755df4ea authored by Berker Peksag on 22 February 2017, 01:55:33 UTC
bpo-29554: Improve docs for pstat module and profile. (#88) (#227)
Tip revision: b067a5e
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top