[Python-checkins] python/dist/src/Modules main.c,1.65,1.66

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sun, 28 Jul 2002 06:53:07 -0700


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

Modified Files:
	main.c 
Log Message:
Fix last checkin, can't use " inside a string

Index: main.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/main.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** main.c	28 Jul 2002 10:34:08 -0000	1.65
--- main.c	28 Jul 2002 13:53:05 -0000	1.66
***************
*** 63,67 ****
  -t     : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
  -u     : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)\n\
!          see man page for details on internal buffering relating to "-u"\n\
  ";
  static char *usage_3 = "\
--- 63,67 ----
  -t     : issue warnings about inconsistent tab usage (-tt: issue errors)\n\
  -u     : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)\n\
!          see man page for details on internal buffering relating to '-u'\n\
  ";
  static char *usage_3 = "\