Skip to content

Conversation

@nvbn
Copy link
Contributor

@nvbn nvbn commented May 10, 2017

It was failing before changes, like described in #17.
After changes:

In [1]: import ast
In [2]: from astunparse import unparse
In [3]: print(unparse(ast.parse('{a:b, **c}')))
{
    a: b,
    **c,
}

@nvbn
Copy link
Contributor Author

nvbn commented May 10, 2017

https://travis-ci.org/simonpercivall/astunparse/jobs/230782095#L587 failed because in Python 3.6.1 FormattedValue.format_spec is JoinedStr instead of Str. It's fixed in #19

Tests failed on travis-ci with python 3.2 with unrelated error - https://travis-ci.org/simonpercivall/astunparse/jobs/230798076

@graingert
Copy link
Contributor

@nvbn if you rebase on #21 you can get the tests passing.

simmsb added a commit to simmsb/astunparse that referenced this pull request Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants