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 AlexWaygood
Recipients AlexWaygood, sobolevn, terry.reedy, zach.ware
Date 2022-01-29.09:29:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643448548.19.0.962451743613.issue46565@roundup.psfhosted.org>
In-reply-to
Content
I agree that the typeshed issue is less important than the output of dir() and help(). I also agree that we shouldn't make a fetish of typing.

However, I see the typeshed issue less as an issue specific to typing, and more as an example that illustrates a general problem third-party tools have. For example, having these temporary variables leak into global namespaces also makes IDE autocompletion less valuable, and makes life harder for tools that auto-generate documentation.

Perhaps a PEP8 revision might be warranted in due course — but in the meantime, are there any downsides to this proposed change? I believe we have pointed out several upsides.

I don't see this as a style issue first and foremost: the PR is attempting to solve a genuine problem for some end-users of Python. It is not simply making cosmetic changes.
History
Date User Action Args
2022-01-29 09:29:08AlexWaygoodsetrecipients: + AlexWaygood, terry.reedy, zach.ware, sobolevn
2022-01-29 09:29:08AlexWaygoodsetmessageid: <1643448548.19.0.962451743613.issue46565@roundup.psfhosted.org>
2022-01-29 09:29:08AlexWaygoodlinkissue46565 messages
2022-01-29 09:29:08AlexWaygoodcreate