[Python-ideas] except expression

Ethan Furman ethan at stoneleaf.us
Mon Feb 17 04:27:04 CET 2014


On 02/16/2014 01:52 PM, Chris Angelico wrote:
> On Mon, Feb 17, 2014 at 1:37 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
>>
>> - what happens if an except expression is used as part of the except
>> clause in an ordinary try statement, or another except expression?
>
> That should be fairly obvious - it's like nesting try/except. Does it
> need to be said?

When writing a PEP about something new, *nothing* is obvious.

--
~Ethan~


More information about the Python-ideas mailing list