]> granicus.if.org Git - python/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:12:01 +0000 (12:12 -0700)
committerGuido van Rossum <guido@python.org>
Thu, 10 Sep 2015 19:12:01 +0000 (12:12 -0700)
Doc/library/profile.rst

index 2928821d55079dbe38727546514545f5adb3de44..959d9b98a8469181bb5da19627fbb649d295f6de 100644 (file)
@@ -33,7 +33,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.
 
 .. note::