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 mdk
Recipients docs@python, ezio.melotti, martin.panter, mdk, methane, rhettinger
Date 2016-01-09.16:02:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452355378.62.0.746354031634.issue26030@psf.upfronthosting.co.za>
In-reply-to
Content
I opened this ticket mainly to know the opinions on those modifications, I'll slowly review what I see, and provide little patches from time to time, only when the PEP8 infringement look obvious.

I think the most obvious PEP8 infringement ARE to be fixed, typically in the tutorial: The documentation is where people learn, let's teach them the right thing to do :-)

Thanks to naoki I just learnt that no spaces around binary operators are OK  when it enhance the readability (https://www.python.org/dev/peps/pep-0008/#other-recommendations) like 2*2 + 3*2.

I close this ticket, I'll just mention if I propose a patch in a new one.

Bests.
History
Date User Action Args
2016-01-09 16:02:58mdksetrecipients: + mdk, rhettinger, ezio.melotti, methane, docs@python, martin.panter
2016-01-09 16:02:58mdksetmessageid: <1452355378.62.0.746354031634.issue26030@psf.upfronthosting.co.za>
2016-01-09 16:02:58mdklinkissue26030 messages
2016-01-09 16:02:58mdkcreate