|
|
|
|
|
by gls2ro
424 days ago
|
|
yes but the bug is writing f instead of t and I assume f will just work. To clarify even more: The problem is not writing by mistake t instead of f => this is what we want and then for this we implement a new function The problem is writing f instead of t => and this will silently work I assume (not a Python dev just trying to understand the language design) |
|
In the fullness of time it has no reason to. Even in the worst case scenario where you have to compose the query dynamically in a way t-strings can’t support, you can just instantiate a Template object explicitely.