This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exhuma
Recipients exhuma, ncoghlan, pmoody
Date 2014-03-01.17:07:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393693628.94.0.703638306651.issue20815@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the quick reply!

I did not know the pep8 tool added it's own rules :( I have read PEP8 a long while ago and have since relied on the tool to do "the right thing". Many of it's idiosyncrasies have probably made their way into my blood since :(

And you're right: The PEP is actually explicitly saying that it's okay to leave out the white-space to make operator precedence more visible (for reference: http://legacy.python.org/dev/peps/pep-0008/#other-recommendations).

I will undo those changes.

Is there anything else that immediately caught your eye so I can address it in the update?
History
Date User Action Args
2014-03-01 17:07:08exhumasetrecipients: + exhuma, ncoghlan, pmoody
2014-03-01 17:07:08exhumasetmessageid: <1393693628.94.0.703638306651.issue20815@psf.upfronthosting.co.za>
2014-03-01 17:07:08exhumalinkissue20815 messages
2014-03-01 17:07:08exhumacreate