This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:56Dmitry skysetrecipients: + Dmitry sky
2017-12-19 15:59:56Dmitry skysetmessageid: <1513699196.74.0.213398074469.issue32376@psf.upfronthosting.co.za>
2017-12-19 15:59:56Dmitry skylinkissue32376 messages
2017-12-19 15:59:56Dmitry skycreate