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 iritkatriel
Recipients caveman, eric.smith, iritkatriel, louielu, paul.j3
Date 2021-12-10.16:33:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639154035.08.0.952817015224.issue31768@roundup.psfhosted.org>
In-reply-to
Content
In 3.11 the problem is still there, but the cutoff to make Eric's script show it is now 26 rather than 8:

% ./python.exe tt.py 25
usage: tt.py [-h] [-v | -q | -x [X] | -y [Y] | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z | Z]

% ./python.exe tt.py 26
usage: tt.py [-h] [-v] [-q] [-x [X]] [-y [Y]]
             [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z] [Z]
History
Date User Action Args
2021-12-10 16:33:55iritkatrielsetrecipients: + iritkatriel, eric.smith, paul.j3, louielu, caveman
2021-12-10 16:33:55iritkatrielsetmessageid: <1639154035.08.0.952817015224.issue31768@roundup.psfhosted.org>
2021-12-10 16:33:55iritkatriellinkissue31768 messages
2021-12-10 16:33:55iritkatrielcreate