[Python-checkins] CVS: python/dist/src/Modules main.c,1.54,1.55

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 18 Jul 2001 09:59:48 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv32429

Modified Files:
	main.c 
Log Message:
Add "help" to the things one is encouraged to type for more
information.  (I found this idea in the ActivePython 2.1 diffs.)


Index: main.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/main.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** main.c	2001/07/16 02:29:45	1.54
--- main.c	2001/07/18 16:59:46	1.55
***************
*** 21,25 ****
  
  #define COPYRIGHT \
!     "Type \"copyright\", \"credits\" or \"license\" for more information."
  
  /* For Py_GetArgcArgv(); set by main() */
--- 21,26 ----
  
  #define COPYRIGHT \
!     "Type \"help\", \"copyright\", \"credits\" or \"license\" " \
!     "for more information."
  
  /* For Py_GetArgcArgv(); set by main() */