[Python-Dev] Re: RFC on Callable Type Syntax

2021年10月11日 15:43:58 -0700

My apologies! Must be an issue with my email client rendering.
Erik
On 2021年10月11日, Guido van Rossum wrote:
On Mon, Oct 11, 2021 at 3:22 PM Erik Demaine <[email protected]> wrote:
 On 2021年10月11日, Guido van Rossum wrote:
No, I didn't write that, Lukasz did.
 > I always found the following more obvious:
 >
 > def data_to_table(d: Iterable[Mapping[str, float]], *, sort:
 bool = False, reversed: bool = False) -> Table:
 >   ...
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/RXMHRH55S2EBYBVFGPLFXKKVA2RWZIYL/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to