From: Guido van Rossum Date: Tue, 13 Apr 1999 04:24:22 +0000 (+0000) Subject: Fix mysterious references to jprofile that were in the source since X-Git-Tag: v1.5.2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dabcd0040cf79d46e1c754f829e514bf54d4474e;p=thirdparty%2FPython%2Fcpython.git Fix mysterious references to jprofile that were in the source since its creation. I'm assuming these were once valid references to "Jim Roskind's profile"... --- diff --git a/Lib/pstats.py b/Lib/pstats.py index b62aa9886833..25ca7fb8e627 100644 --- a/Lib/pstats.py +++ b/Lib/pstats.py @@ -4,7 +4,7 @@ # Based on prior profile module by Sjoerd Mullender... # which was hacked somewhat by: Guido van Rossum # -# see jprofile.doc and jprofile.py for more info. +# see profile.doc and profile.py for more info. # Copyright 1994, by InfoSeek Corporation, all rights reserved. # Written by James Roskind