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

Accept newer versions of pyflakes #1567

Closed
spyder-bot opened this issue Feb 17, 2015 · 3 comments
Closed

Accept newer versions of pyflakes #1567

spyder-bot opened this issue Feb 17, 2015 · 3 comments

Comments

@spyder-bot
Copy link
Collaborator

From tak...@gmail.com on 2013-09-16T15:29:04Z

At present, on Python 3, spyder will only accept pyflakes version 0.4.2. Pyflakes from version 0.6.0 supports Python 3 properly (and the current version is 0.7.3), but pyflakes ignores it as an incorrect version.

Attached is a patch to remedy this. The included copy of pyflakes in external-py3 should probably be updated as well, but it seemed silly to put that in a patch.

Spyder Version: 2.3.0dev
Python Version: 3.3.2+
Qt Version : 4.8.5, PyQt4 (API v2) 4.10.2 on Linux
pyflakes 0.4.2 : 0.7.3 (NOK)
pep8 >=0.6 : None (NOK)
IPython >=0.13 : 0.13.2 (OK)
rope >=0.9.2 : 0.9.4-1 (OK)
sphinx >=0.6.6 : 1.1.3 (OK)
matplotlib >=1.0: 1.3.0 (OK)
sympy >=0.7.0 : None (NOK)
pylint >=0.25 : None (NOK)

Attachment: pyflakes_py3_version.patch

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1567

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-10-14T18:30:11Z

Thanks Thomas for the patch, working on this right now :)

Labels: MS-v2.3 Cat-Editor

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-10-14T19:30:05Z

This issue was updated by revision ffc3a51652cb .

  • Thanks to Thomas Kluyver for the patch.
  • We were only accepting 0.4.2 as the right version, which besides is too old.

Status: Started

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2013-10-14T19:30:06Z

This issue was updated by revision 43f6b309a27f .

  • Use the latest version available at the moment (i.e. 0.7.3).

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant