Re: [Python-ideas] Let’s make escaping in f-literals impossible

2016-08-23 Thread Philipp A.
Sorry for replying to late, i had an email issue. First two important things: 1. mental model and intuition and 2. precendence. About how to think of them: I’m strongly of the opinion that the mental models of either an alternating sequence of strings and formatted expressions, or a string with

Re: [Python-ideas] Let’s make escaping in f-literals impossible

2016-08-23 Thread Nick Coghlan
On 21 August 2016 at 03:32, Eric V. Smith wrote: > If anything, I'd make it an error to have any backslashes inside the > brackets of an f-string for 3.6. We could always remove this restriction at > a later date. +1 for this if you can find a way to do it - it eliminates the problematic cases wh