From: Guido van Rossum Date: Thu, 10 Sep 2015 19:12:01 +0000 (-0700) Subject: Add the original author of profile.py back to the docs, at his request. X-Git-Tag: v3.5.1rc1~398 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6eb740b12a71b3bdb26524cfdc1dbd26cd3261a0;p=python Add the original author of profile.py back to the docs, at his request. --- diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index 2928821d55..959d9b98a8 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -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::