** Summary changed:

- It would be nice to detect string templates that will break when interpolated
+ Detect broken string templates that will raise ValueError when interpolated

-- 
You received this bug notification because you are a member of Divmod-
dev, which is the registrant for Pyflakes.
https://bugs.launchpad.net/bugs/950369

Title:
  Detect broken string templates that will raise ValueError when
  interpolated

Status in Pyflakes:
  New

Bug description:
  For example, code like this will break:

    >>> "%(foo)" % {"foo": "bar"}
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ValueError: incomplete format

  It'd be awesome if Pyflakes told me about that kind of issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyflakes/+bug/950369/+subscriptions

-- 
Mailing list: https://launchpad.net/~divmod-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~divmod-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to