Showing content from http://mail.python.org/pipermail/python-dev/attachments/20080413/d2f87a49/attachment.diff below:
Index: Python/getopt.c =================================================================== --- Python/getopt.c (revision 62327) +++ Python/getopt.c (working copy) @@ -88,7 +88,7 @@ if (option == 'X') { fprintf(stderr, - "-X is reserved for non-standard arguments\n"); + "-X is reserved for implementation-specific arguments\n"); return '_'; } Index: Modules/main.c =================================================================== --- Modules/main.c (revision 62327) +++ Modules/main.c (working copy) @@ -390,7 +390,7 @@ skipfirstline = 1; break; - /* case 'X': reserved for non-standard arguments */ + /* case 'X': reserved for implementation-specific arguments */ case 'U': Py_UnicodeFlag++;
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4