[Python-Dev] PEP-498: Literal String Formatting
Nick Coghlan
ncoghlan at gmail.com
Sat Aug 8 17:24:08 CEST 2015
More information about the Python-Dev mailing list
Sat Aug 8 17:24:08 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 ]
On 9 August 2015 at 01:16, Alexander Walters <tritium-list at sdamon.com> wrote: > Wait a second, the pep itself does not use the vestigial u''... it uses i''. > where did u'' come from? The only difference in the PEP is the fact that the iu"" variant calls a different builtin (__interpolateu__ instead of __interpolate__). There's no change to the semantics of u"" - those remain identical to "". Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- 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