[Python-Dev] PEP-498: Literal String Formatting
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Aug 12 01:34:58 CEST 2015
More information about the Python-Dev mailing list
Wed Aug 12 01:34:58 CEST 2015
- Previous message (by thread): [Python-Dev] PEP-498: Literal String Formatting
- Next message (by thread): [Python-Dev] PEP-498: Literal String Formatting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Stefan Behnel wrote: > Syntax highlighting and in-string expression completion should eventually > help, once IDEs support it. Concerning that, this is going to place quite a burden on syntax highlighters. Doing it properly will require the ability to parse arbitrary Python expressions, or at least match nested brackets. An editor whose syntax hightlighting engine is based on regular expressions could have trouble with that. -- Greg
- Previous message (by thread): [Python-Dev] PEP-498: Literal String Formatting
- Next message (by thread): [Python-Dev] PEP-498: Literal String Formatting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list