From 8026febbd678ab132b96f96314b6fd222f4082c6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 20 Jun 1996 16:49:26 +0000 Subject: Made comment for getprogramname() more helpful. --- Modules/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/main.c b/Modules/main.c index e123976..0d17c34 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() -- cgit v0.12