Add the original author of profile.py back to the docs, at his request. (Merge)

This commit is contained in:
Guido van Rossum 2015-09-10 12:12:23 -07:00
commit 7466e6bf66
1 changed files with 1 additions and 1 deletions

View 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::