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 lucatrv
Recipients lucatrv, paul.j3, rhettinger
Date 2020-03-06.21:34:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583530461.04.0.995107135688.issue39809@roundup.psfhosted.org>
In-reply-to
Content
The issue has been fixed in `typeshed`, so the following is now allowed:

width = min(80, shutil.get_terminal_size().columns - 2)
formatter_class = lambda prog: argparse.RawDescriptionHelpFormatter(prog, width=width)

https://github.com/python/typeshed/issues/3806#event-3104796040
History
Date User Action Args
2020-03-06 21:34:21lucatrvsetrecipients: + lucatrv, rhettinger, paul.j3
2020-03-06 21:34:21lucatrvsetmessageid: <1583530461.04.0.995107135688.issue39809@roundup.psfhosted.org>
2020-03-06 21:34:21lucatrvlinkissue39809 messages
2020-03-06 21:34:20lucatrvcreate