Rafael Capucho added the comment:
```
a = "some_underscored_value"
u = (f" hello `{a}` cruel world"
" hi")
print(u)
query = (f"SELECT COUNT(*) "
"FROM `{a}` entry "
"WHERE entry.type == 'device' "
"AND entry.instance == {a}")
print(query)
```
----------
Added file: http://bugs.python.org/file46674/file.py
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue29668>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com