Bug 1097785

Summary: pep8-1.5.4 reports E225 when it shouldn't
Product: [Fedora] Fedora Reporter: Dima Kuznetsov <dkuznets>
Component: python-pep8Assignee: Matthias Runge <mrunge>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: ian, mrunge, oourfali
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-pep8-1.5.6-1.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-17 06:32:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.