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 taleinat
Recipients brett.cannon, larry, ncoghlan, serhiy.storchaka, taleinat, vstinner, yselivanov
Date 2017-11-04.13:08:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509800902.99.0.213398074469.issue31939@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that the current concept of return converters in AC is can be used for specifying return value annotations.

For example, what if I want to annotate the return value type with using a return converter?

Another example: The current doc-string for select.select() begins with:

select(rlist, wlist, xlist[, timeout]) -> (rlist, wlist, xlist)

I can't see how describing the return type being a 3-tuple of lists would work with return converters.
History
Date User Action Args
2017-11-04 13:08:23taleinatsetrecipients: + taleinat, brett.cannon, ncoghlan, vstinner, larry, serhiy.storchaka, yselivanov
2017-11-04 13:08:22taleinatsetmessageid: <1509800902.99.0.213398074469.issue31939@psf.upfronthosting.co.za>
2017-11-04 13:08:22taleinatlinkissue31939 messages
2017-11-04 13:08:22taleinatcreate