Bug 1097785 - pep8-1.5.4 reports E225 when it shouldn't
Summary: pep8-1.5.4 reports E225 when it shouldn't
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pep8
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Runge
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-14 14:17 UTC by Dima Kuznetsov
Modified: 2015-08-27 22:24 UTC (History)
3 users (show)

Fixed In Version: python-pep8-1.5.6-1.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-17 06:32:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dima Kuznetsov 2014-05-14 14:17:18 UTC
Description of problem:
E225 is reported for the code described in steps to reproduce.


Version-Release number of selected component (if applicable):
$ pep8 --version
1.5.4

How reproducible:
100%

Steps to Reproduce:
1. Write the following code to file:
(-1,         # comment
 -1)
2. run pep8 on it

Actual results:
/tmp/foo.py:2:3: E225 missing whitespace around operator

Expected results:
No errors


Additional info:
pep8-1.5.6 fixes this

Comment 1 Fedora Update System 2014-05-15 12:20:33 UTC
python-pep8-1.5.6-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/python-pep8-1.5.6-1.fc20

Comment 2 Fedora Update System 2014-05-16 10:04:46 UTC
Package python-pep8-1.5.6-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-pep8-1.5.6-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-6384/python-pep8-1.5.6-1.fc20
then log in and leave karma (feedback).

Comment 3 Fedora Update System 2014-05-17 06:32:02 UTC
python-pep8-1.5.6-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.