]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add the original author of profile.py back to the docs, at his request.
authorGuido van Rossum <guido@python.org>
Thu, 10 Sep 2015 19:11:17 +0000 (12:11 -0700)
committerGuido van Rossum <guido@python.org>
Thu, 10 Sep 2015 19:11:17 +0000 (12:11 -0700)
Doc/library/profile.rst

index c7007a6ccdeae5a6b08c2198b8234685656d5847..210e99c5babf1d7c6f2d0c6a7265957a3d5000f4 100644 (file)
@@ -35,7 +35,7 @@ profiling interface:
 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