[Python-Dev] Easier debugging with f-strings (original) (raw)
Paul Moore p.f.moore at gmail.com
Tue May 7 04:02:13 EDT 2019
- Previous message (by thread): [Python-Dev] Easier debugging with f-strings
- Next message (by thread): [Python-Dev] Easier debugging with f-strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 7 May 2019 at 01:43, Eric V. Smith <eric at trueblade.com> wrote:
After that lightning talk, Larry and I talked about it some more, and for a number of reasons decided that it would make more sense if the syntax used an = sign. So we came up with f"{foo=}", which would also produce "foo='Hello'".
Works for me. Whatever the spelling, I expect I'll use this a lot - thanks :-)
Paul
- Previous message (by thread): [Python-Dev] Easier debugging with f-strings
- Next message (by thread): [Python-Dev] Easier debugging with f-strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]