#14854: Follow PEP 8 -- Style Guide for Python Code ----------------------------+----------------------------------------------- Reporter: sorl | Owner: nobody Status: new | Milestone: Component: Core framework | Version: 1.2 Keywords: pep8 | Stage: Unreviewed Has_patch: 0 | ----------------------------+----------------------------------------------- There is currently a lot of Django code that violates the PEP 8 style guide with respect to "Maximum Line Length - Limit all lines to a maximum of 79 characters.". I don't think this is a problem for "old" code and there is no need to go fix it unless you have got nothing better to do. How ever for recent commits there is no valid reason not to follow this recommendation from my standpoint. It is almost as if this has grown into an own django-long-lines cult, people will look at Django code and copy these bad long-lines examples. In particular I was looking at the Class Based Generic views which is a recent commit and it contains quite a few lines longer than 79 characters.
-- Ticket URL: <http://code.djangoproject.com/ticket/14854> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
