-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Implement PEP 750 – Template Strings #132661
Copy link
Copy link
Closed
Labels
3.14bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancementA feature request or enhancement
See PEP 750 for more details.
Linked PRs
string.templatelib.convert()#135217templatelib#135218templatelib#135229Template/strconcatenation after PEP 750 spec update #135996"") forInterpolation.expression#136441"") forInterpolation.expression(GH-136441) #136511string.templatelib.convert()(GH-135217) #136671Template/strconcatenation after PEP 750 spec update (#135996) #136901templatelib(GH-135229) #136974