From: Guido van Rossum Date: Thu, 20 Jun 1996 16:49:26 +0000 (+0000) Subject: Made comment for getprogramname() more helpful. X-Git-Tag: v1.4b1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8026febbd678ab132b96f96314b6fd222f4082c6;p=python Made comment for getprogramname() more helpful. --- diff --git a/Modules/main.c b/Modules/main.c index e123976a09..0d17c34866 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -219,7 +219,8 @@ main(argc, argv) } -/* Return the program name -- some code out there needs this. */ +/* Return the program name -- some code out there needs this + (currently _tkinter.c and importdl.c). */ char * getprogramname()