[Python-checkins] CVS: python/dist/src/Modules main.c,1.61.6.1,1.61.6.2
Michael Hudson
mwh@users.sourceforge.net
Sun, 17 Mar 2002 11:42:20 -0800
Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv6202
Modified Files:
Tag: release22-maint
main.c
Log Message:
Backport a checkin of lemburg's:
Remove mentioning of -U option in "python -h" output.
Index: main.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/main.c,v
retrieving revision 1.61.6.1
retrieving revision 1.61.6.2
diff -C2 -d -r1.61.6.1 -r1.61.6.2
*** main.c 12 Jan 2002 11:13:23 -0000 1.61.6.1
--- main.c 17 Mar 2002 19:42:18 -0000 1.61.6.2
***************
*** 61,65 ****
";
static char *usage_3 = "\
- -U : Unicode literals: treats '...' literals like u'...'\n\
-v : verbose (trace import statements) (also PYTHONVERBOSE=x)\n\
-V : print the Python version number and exit\n\
--- 61,64 ----