[Python-checkins] cpython (3.5): 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/47e9d7ddb06a
changeset:   97864:47e9d7ddb06a
branch:      3.5
parent:      97861:72e696bc480a
user:        Guido van Rossum <guido at python.org>
date:        Thu Sep 10 12:12:01 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
@@ -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