From: Guido van Rossum <guido@python.org>
Date: Fri, 31 Aug 2001 18:17:13 +0000 (+0000)
Subject: Oops.  The -W option takes args, not -X.
X-Git-Tag: v2.2a3~177
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97741a30414c41e314950844bebee3230e9d813d;p=python

Oops.  The -W option takes args, not -X.
---

diff --git a/Modules/main.c b/Modules/main.c
index 7c368c7e36..3f7b08126f 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -29,7 +29,7 @@ static char **orig_argv;
 static int  orig_argc;
 
 /* command line options */
-#define BASE_OPTS "c:dD:EhiOStuUvVWxX:"
+#define BASE_OPTS "c:dD:EhiOStuUvVW:xX"
 
 #ifndef RISCOS
 #define PROGRAM_OPTS BASE_OPTS