<p dir="ltr">On May 26, 2016 7:52 PM, "Sven R. Kunze" <<a href="mailto:srkunze@mail.de">srkunze@mail.de</a>> wrote:<br>
><br>
> On 26.05.2016 02:14, Ethan Furman wrote:<br>
>><br>
>><br>
>>> or, perhaps:<br>
>>><br>
>>> 'a' as x, 'b' as y, 'c' as z = some_dict<br>
>>><br>
>>> which would cater for keys that aren't valid as identifiers.<br>
>><br>
>><br>
>> That probably makes more sense, especially since it's already the rare(r) case of needing/wanting to rename the keys.<br>
><br>
><br>
> What do you think about?<br>
><br>
> 'a': x, 'b': y, 'c': z = some_dict<br>
></p>
<p dir="ltr">Maybe keep that for potential non-comment type hints in the future...</p>
<p dir="ltr">-- Koos (mobile)</p>
<p dir="ltr">> Best,<br>
> Sven<br>
><br>
> _______________________________________________<br>
> Python-ideas mailing list<br>
> <a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-ideas">https://mail.python.org/mailman/listinfo/python-ideas</a><br>
> Code of Conduct: <a href="http://python.org/psf/codeofconduct/">http://python.org/psf/codeofconduct/</a><br>
</p>