[Python-checkins] cpython (2.7): Add the original author of profile.py back to the docs, at his request.

guido.van.rossum python-checkins at python.org
Thu Sep 10 21:13:12 CEST 2015


https://hg.python.org/cpython/rev/81d3e6fb1957
changeset:   97863:81d3e6fb1957
branch:      2.7
parent:      97807:32893d8a52a9
user:        Guido van Rossum <guido at python.org>
date:        Thu Sep 10 12:11:17 2015 -0700
summary:
  Add the original author of profile.py back to the docs, at his request.

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
@@ -35,7 +35,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.
 
    .. versionchanged:: 2.4
       Now also reports the time spent in calls to built-in functions

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list