mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Improve -X error message.
This commit is contained in:
parent
c89be9d37d
commit
41a0a37c08
2 changed files with 2 additions and 2 deletions
|
|
@ -390,7 +390,7 @@ Py_Main(int argc, char **argv)
|
|||
skipfirstline = 1;
|
||||
break;
|
||||
|
||||
/* case 'X': reserved for non-standard arguments */
|
||||
/* case 'X': reserved for implementation-specific arguments */
|
||||
|
||||
case 'U':
|
||||
Py_UnicodeFlag++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue