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 Ben.Darnell
Recipients Ben.Darnell, gvanrossum, levkivskyi
Date 2018-09-25.03:08:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537844904.88.0.545547206417.issue34700@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I think that would work at least for the sphinx use case. It seems like a strange partially-degraded mode and anything that needs structured access to the annotation would still need typeshed, but just getting the string would probably be enough for a lot of applications. In fact, sphinx *only* wants the string (AFAICT), so a separate method like get_type_hints_as_string() which stringifies everything even if it can be resolved might be a better route than an option to get_type_hints().
History
Date User Action Args
2018-09-25 03:08:24Ben.Darnellsetrecipients: + Ben.Darnell, gvanrossum, levkivskyi
2018-09-25 03:08:24Ben.Darnellsetmessageid: <1537844904.88.0.545547206417.issue34700@psf.upfronthosting.co.za>
2018-09-25 03:08:24Ben.Darnelllinkissue34700 messages
2018-09-25 03:08:24Ben.Darnellcreate