Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: Docstrings were handled differently on 3.7.0b4 #62

Merged
merged 1 commit into from
May 31, 2018

Conversation

hroncok
Copy link
Contributor

@hroncok hroncok commented May 30, 2018

This caused an increased complexity number on 3.7.0b4 when docstring was used in the expr_as_statement test.

Solution:

While this change in Python will most likely get reverted according to 1, we decided to use a non-docstring expression in the test to avoid this problem in the future if docstring handling ever gets changed again.

Fixes #61

This caused an increased complexity number on 3.7.0b4 when
docstring was used in the expr_as_statement test.

Solution:

While this change in Python will most likely get reverted
according to [1], we decided to use a non-docstring expression
in the test to avoid this problem in the future if docstring
handling ever gets changed again.

Fixes PyCQA#61

[1] PyCQA#61 (comment)
@hroncok
Copy link
Contributor Author

hroncok commented May 30, 2018

2.6 and 3.3 failed for unrelated reasons

@sigmavirus24
Copy link
Member

I'm going to close this and re-open it to trigger a new merged build

@sigmavirus24 sigmavirus24 reopened this May 31, 2018
@sigmavirus24 sigmavirus24 merged commit c2f5b38 into PyCQA:master May 31, 2018
@hroncok hroncok deleted the py37 branch May 31, 2018 01:42
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.

2 participants