This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients caveman, eric.smith
Date 2017-10-11.22:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507761154.79.0.213398074469.issue31768@psf.upfronthosting.co.za>
In-reply-to
Content
Removing versions 3.4 and 3.8.

Attaching a reproducing script.  Run it with a parameter of the number of arguments to add. The behavior changes between 7 and 8, although I'm not sure either is wrong, just different. This is from Windows:

% python3 31768.py 7
usage: 31768.py [-h] [-v | -q | -x [X] | -y [Y] | Z | Z | Z | Z | Z | Z | Z]

positional arguments:
  Z              the exponent
  Z              the exponent
  Z              the exponent
  Z              the exponent
  Z              the exponent
  Z              the exponent
  Z              the exponent

optional arguments:
  -h, --help     show this help message and exit
  -v, --verbose
  -q, --quiet
  -x [X]         the base
  -y [Y]         the exponent

% python3 31768.py 8
usage: 31768.py [-h] [-v] [-q] [-x [X]] [-y [Y]]
                [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z]

positional arguments:
  Z              the exponent
  Z              the exponent
  Z              the exponent
  Z              the exponent
  Z              the exponent
  Z              the exponent
  Z              the exponent
  Z              the exponent

optional arguments:
  -h, --help     show this help message and exit
  -v, --verbose
  -q, --quiet
  -x [X]         the base
  -y [Y]         the exponent
History
Date User Action Args
2017-10-11 22:32:34eric.smithsetrecipients: + eric.smith, caveman
2017-10-11 22:32:34eric.smithsetmessageid: <1507761154.79.0.213398074469.issue31768@psf.upfronthosting.co.za>
2017-10-11 22:32:34eric.smithlinkissue31768 messages
2017-10-11 22:32:34eric.smithcreate