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.
1 parent d6a6d3f commit 2ab3444Copy full SHA for 2ab3444
Modules/main.c
@@ -56,8 +56,8 @@ static char *usage_line =
56
/* Long usage message, split into parts < 512 bytes */
57
static char *usage_1 = "\
58
Options and arguments (and corresponding environment variables):\n\
59
--b : issue warnings about str(bytes_instance), str(buffer_instance)\n\
60
- and comparing bytes/buffer with str. (-bb: issue errors)\n\
+-b : issue warnings about str(bytes_instance), str(bytearray_instance)\n\
+ and comparing bytes/bytearray with str. (-bb: issue errors)\n\
61
-B : don't write .py[co] files on import; also PYTHONDONTWRITEBYTECODE=x\n\
62
-c cmd : program passed in as string (terminates option list)\n\
63
-d : debug output from parser; also PYTHONDEBUG=x\n\
0 commit comments