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 brett.cannon
Recipients Mark.Shannon, brett.cannon, christian.heimes, mbdevpl, pitrou
Date 2017-03-15.18:21:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489602100.47.0.897426158656.issue24119@psf.upfronthosting.co.za>
In-reply-to
Content
The type annotation is already in the AST so there's nothing to carry over from typed_ast (we only care about the latest Python version while typed_ast tries to be version-agnostic).
History
Date User Action Args
2017-03-15 18:21:40brett.cannonsetrecipients: + brett.cannon, pitrou, christian.heimes, Mark.Shannon, mbdevpl
2017-03-15 18:21:40brett.cannonsetmessageid: <1489602100.47.0.897426158656.issue24119@psf.upfronthosting.co.za>
2017-03-15 18:21:40brett.cannonlinkissue24119 messages
2017-03-15 18:21:40brett.cannoncreate