Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#2150 closed defect (fixed)

Examples should follow the sugar coding guidelines

Reported by: erikos Owned by: lfaraone
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Pippy Version: Unspecified
Severity: Unspecified Keywords:
Cc: Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

It would be great if the Pippy examples could follow the Sugar coding guidelines (and pylint, pep8). For example: 'a=3' should be 'a = 3' and so on.

Change History (5)

comment:1 Changed 14 years ago by quozl

I disagree. Pippy examples should not follow Sugar coding guidelines, but should follow pylint and pep8.

comment:2 Changed 13 years ago by RafaelOrtiz

+1, examples must follow pylint and pep8 not necessarily. sugar coding guidelines.

comment:4 Changed 13 years ago by RafaelOrtiz

  • Resolution set to fixed
  • Status changed from new to closed

I've reviewed the data examples and committing some pep8 fixes.

all are pep8 clean (ignoring E501)

Fixing this.

comment:5 Changed 13 years ago by erikos

Thanks Rafael for working on this.

Note: See TracTickets for help on using tickets.