[Python-Dev] PEP 463: Exception-catching expressions

Chris Angelico rosuav at gmail.com
Fri Feb 28 14:49:41 CET 2014


On Sat, Mar 1, 2014 at 12:24 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
> Yeah, that works. You may also want to add a "common objections"
> section to explicitly cover the "but colons introduce suites"
> objection. That would provide a space to explicitly list all of the
> current "not introducing a suite" use cases for the colon in Python's
> syntax, since increasing that tally from four to five is less radical
> than introducing the first non-suite related use case for the symbol.

https://github.com/Rosuav/ExceptExpr/commit/b770f9

Any other objections that should be listed?

ChrisA


More information about the Python-Dev mailing list