[Python-checkins] cpython (merge 3.5 -> default): Add the original author of profile.py back to the docs, at his request. (Merge)
guido.van.rossum
python-checkins at python.org
Thu Sep 10 21:13:12 CEST 2015
https://hg.python.org/cpython/rev/5980aac8be81
changeset: 97865:5980aac8be81
parent: 97862:c52194da1ae2
parent: 97864:47e9d7ddb06a
user: Guido van Rossum <guido at dropbox.com>
date: Thu Sep 10 12:12:23 2015 -0700
summary:
Add the original author of profile.py back to the docs, at his request. (Merge)
files:
Doc/library/profile.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst
--- a/Doc/library/profile.rst
+++ b/Doc/library/profile.rst
@@ -33,7 +33,7 @@
2. :mod:`profile`, a pure Python module whose interface is imitated by
:mod:`cProfile`, but which adds significant overhead to profiled programs.
If you're trying to extend the profiler in some way, the task might be easier
- with this module.
+ with this module. Originally designed and written by Jim Roskind.
.. note::
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list