Message 308657 - Python tracker
Message308657
| Author | Dmitry sky |
|---|---|
| Recipients | Dmitry sky |
| Date | 2017-12-19.15:59:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1513699196.74.0.213398074469.issue32376@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
def get_search_url(from_, to):
return f"http://thesite.com/Search?SO0={from_}&SD0={to}&SD1={from}&NA=false"
# pls note `from_` vs `from` ^^^^^^
$ python fstring.py
File "<fstring>", line 1
(from)
^
SyntaxError: invalid syntax
Should report real line #. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-19 15:59:56 | Dmitry sky | set | recipients: + Dmitry sky |
| 2017-12-19 15:59:56 | Dmitry sky | set | messageid: <1513699196.74.0.213398074469.issue32376@psf.upfronthosting.co.za> |
| 2017-12-19 15:59:56 | Dmitry sky | link | issue32376 messages |
| 2017-12-19 15:59:56 | Dmitry sky | create | |