[docs] [issue13416] Python Tutorial, Section 3, Minor PEP 8 adjustment

Martin v. Löwis report at bugs.python.org
Sun Nov 20 11:02:05 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

Indeed, PEP 8 mandates that constants be written in all uppercase, so changing it would actually make it deviate from PEP 8. Also, using a lower-case variable name "string" would be a bad choice because it collides with a module name.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13416>
_______________________________________


More information about the docs mailing list