Skip to content

Commit f248abd

Browse files
committed
fixup! Remove reserved -J flag for Jython
1 parent c052ed6 commit f248abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/getopt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static const wchar_t *opt_ptr = L"";
3737

3838
/* Python command line short and long options */
3939

40-
#define SHORT_OPTS L"bBc:dEhiIJm:OPqRsStuvVW:xX:?"
40+
#define SHORT_OPTS L"bBc:dEhiIm:OPqRsStuvVW:xX:?"
4141

4242
static const _PyOS_LongOption longopts[] = {
4343
/* name, has_arg, val (used in switch in initconfig.c) */

0 commit comments

Comments
 (0)