We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-J
1 parent c052ed6 commit f248abdCopy full SHA for f248abd
Python/getopt.c
@@ -37,7 +37,7 @@ static const wchar_t *opt_ptr = L"";
37
38
/* Python command line short and long options */
39
40
-#define SHORT_OPTS L"bBc:dEhiIJm:OPqRsStuvVW:xX:?"
+#define SHORT_OPTS L"bBc:dEhiIm:OPqRsStuvVW:xX:?"
41
42
static const _PyOS_LongOption longopts[] = {
43
/* name, has_arg, val (used in switch in initconfig.c) */
0 commit comments