case mylib.STATUS_OK, >result:
   case mylib.STATUS_OK, >>result:
   case mylib.STATUS_OK, ->result:

The second problem with those is that ">" has a very strong tie to "greater 
than". 
I think -> or even >> *might* be enough to overcome that, but  I'm not 
comfortable.  

(The first problem, of course, is that the PEP authors are still reluctant to 
require any sigil at all, for what they assume will quickly become the default 
case.)

-jJ
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/KK7ECGM2SMV3ZUV2QGHY65IRTSZS76TH/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to