Re: 'klass' in magic removal branch.

2006-01-31 Thread Adrian Holovaty
On 1/17/06, Matthew Marshall <[EMAIL PROTECTED]> wrote: > Minor nitpick, but could we use 'class_' instead of 'klass'? Sorry for the slow response on this. It's all set: http://code.djangoproject.com/changeset/2193 Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org

'klass' in magic removal branch.

2006-01-17 Thread Matthew Marshall
Minor nitpick, but could we use 'class_' instead of 'klass'? >From the 'Pythonic guidelines' in PEP 8: - If your public attribute name collides with a reserved keyword, append a single trailing underscore to your attribute name. This is preferable to an abbreviation or corrupted spelling.