From: Guido van Rossum Date: Thu, 10 Sep 2015 19:11:17 +0000 (-0700) Subject: Add the original author of profile.py back to the docs, at his request. X-Git-Tag: v2.7.11rc1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d076454bd355f51241ddc6fbbc8ff22ef510e7fb;p=thirdparty%2FPython%2Fcpython.git 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 c7007a6ccdea..210e99c5babf 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -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