commit | 8026febbd678ab132b96f96314b6fd222f4082c6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jun 20 16:49:26 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jun 20 16:49:26 1996 +0000 |
tree | 40242c33f335d997455c7b5575913514561a2e40 | |
parent | be32c8921c37ca5d154b77510cbf339609087e71 [diff] |
Made comment for getprogramname() more helpful.
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 @@ } -/* 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()