]> granicus.if.org Git - python/commitdiff
Made comment for getprogramname() more helpful.
authorGuido van Rossum <guido@python.org>
Thu, 20 Jun 1996 16:49:26 +0000 (16:49 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Jun 1996 16:49:26 +0000 (16:49 +0000)
Modules/main.c

index e123976a098e90d2ed00d31b5013a12cc1a9ab56..0d17c348666eca8f6f3249d95bd8f000f94a6545 100644 (file)
@@ -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()