mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge 3.5 (regrtest)
This commit is contained in:
commit
eddc4b7272
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ def _create_parser():
|
|||
group.add_argument('-P', '--pgo', dest='pgo', action='store_true',
|
||||
help='enable Profile Guided Optimization training')
|
||||
|
||||
parser.add_argument('args', nargs=argparse.REMAINDER,
|
||||
parser.add_argument('args', nargs='*',
|
||||
help=argparse.SUPPRESS)
|
||||
|
||||
return parser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue