[Python-ideas] except expression

Yury Selivanov yselivanov.ml at gmail.com
Thu Feb 20 04:55:58 CET 2014


On 2/19/2014, 8:18 PM, Chris Angelico wrote:
> Advantages of the arrow include ->
I would refrain from introducing a new operator here,
especially '->'.

This one may later be used for communication between
channels/queues or other async stuff (like in golang,
although they use '<-'.)

Yury


More information about the Python-ideas mailing list