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, benjamin.peterson, jreese, lukasz.langa, serhiy.storchaka
Date 2020-02-14.18:23:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581704596.84.0.107477849745.issue33983@roundup.psfhosted.org>
In-reply-to
Content
> Isn't children annotated as List in typeshed?

Yes, lib2to3.pytree.Base.children is annotated as a list of (Node or Leafs)
https://github.com/python/typeshed/blob/ea0a9c2bd6f6a69c3e49b47870e0109d98316fc6/stdlib/2and3/lib2to3/pytree.pyi#L23
History
Date User Action Args
2020-02-14 18:23:16BTaskayasetrecipients: + BTaskaya, benjamin.peterson, lukasz.langa, jreese, serhiy.storchaka
2020-02-14 18:23:16BTaskayasetmessageid: <1581704596.84.0.107477849745.issue33983@roundup.psfhosted.org>
2020-02-14 18:23:16BTaskayalinkissue33983 messages
2020-02-14 18:23:16BTaskayacreate