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 eric.araujo
Recipients docs@python, eli.bendersky, eric.araujo, ezio.melotti, rhettinger, terry.reedy, tshepang
Date 2012-02-25.06:59:44
SpamBayes Score 4.5818456e-06
Marked as misclassified No
Message-id <1330153185.28.0.026728652164.issue14097@psf.upfronthosting.co.za>
In-reply-to
Content
Be careful with whitespace changes.  Sometimes not putting whitespace around an operator helps to see the grouping of operations, for example.  The important thing is “Readability counts”, not “Always put whitespace around operators”.  A huge part of understanding PEP 8 is to know when not to follow PEP 8 (PEP 20 is not called a Zen for no reason :)

About 5)-6): I really wish the docs wouldn’t use the term “variable”, which means something else in most other programming languages and always cause beginners to stumble upon unexpected-for-them binding behavior.

A remark that’s probably culture-dependent: “degenerate” nearly sounds like a racist insult to me (see 11).
History
Date User Action Args
2012-02-25 06:59:45eric.araujosetrecipients: + eric.araujo, rhettinger, terry.reedy, ezio.melotti, eli.bendersky, docs@python, tshepang
2012-02-25 06:59:45eric.araujosetmessageid: <1330153185.28.0.026728652164.issue14097@psf.upfronthosting.co.za>
2012-02-25 06:59:44eric.araujolinkissue14097 messages
2012-02-25 06:59:44eric.araujocreate