mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Made comment for getprogramname() more helpful.
This commit is contained in:
parent
be32c8921c
commit
8026febbd6
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue