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 BTaskaya
Recipients BTaskaya, brett.cannon
Date 2019-12-10.17:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576000554.09.0.555887969918.issue39019@roundup.psfhosted.org>
In-reply-to
Content
After working on issue 38994 and issue 38978, I decided to write a simple AST analyzer to find class getitem syntax usage in typeshed. It discovered a few classes (I am not sure if there are more). As @brett.cannon suggested in PR 17498 I'll prepare individual pull requests.  

typeshed/stdlib/3/subprocess.pyi:868  => Popen
typeshed/stdlib/3/subprocess.pyi:82   => CompletedProcess
typeshed/stdlib/3/tempfile.pyi:98     => SpooledTemporaryFile
typeshed/stdlib/3/os/__init__.pyi:463 => DirEntry
typeshed/stdlib/3/http/cookies.pyi:5  => Morsel
History
Date User Action Args
2019-12-10 17:55:54BTaskayasetrecipients: + BTaskaya, brett.cannon
2019-12-10 17:55:54BTaskayasetmessageid: <1576000554.09.0.555887969918.issue39019@roundup.psfhosted.org>
2019-12-10 17:55:54BTaskayalinkissue39019 messages
2019-12-10 17:55:53BTaskayacreate