[Python-Dev] Re: PEP 701 – Syntactic formalization of f-strings

2022-12-22 Thread Rob Cliffe via Python-Dev
Great stuff! 😁 Rob Cliffe On 19/12/2022 17:59, Pablo Galindo Salgado wrote: Hi everyone, I am very excited to share with you a PEP thatBatuhan Taskaya, Lysandros Nikolaou and myself have been working on recently:PEP 701 - PEP 701 – Syntactic formalization of f-strings

[Python-Dev] Re: PEP 701 – Syntactic formalization of f-strings

2022-12-21 Thread Pablo Galindo Salgado
Hi everyone, For those that are not following the discussion in the discourse thread, I am holding a poll to get an idea of the community opinions on how quotes should work in nested f-strings for PEP 701: https://discuss.python.org/t/pep-701-syntactic-formalization-of-f-strings/22046/24 For us