On 22/02/2014 16:36, Brett Cannon
wrote:
I read except as 'except if', and : as 'then'
(often), so the main proposal reads naturally to me. I'm surprised
to find others don't also, as that's the (only?) pronunciation that
makes the familiar if-else and try-except constructs approximate
English.
Isn't adding a new keyword (then) likely to be a big deal?
There is the odd example of its use as an identifier, just in our
test code:
http://hg.python.org/cpython/file/0695e465affe/Lib/test/test_epoll.py#l168
http://hg.python.org/cpython/file/0695e465affe/Lib/test/test_xmlrpc.py#l310
Jeff Allen