Modify ↓
Opened 6 years ago
Closed 6 years ago
#13526 closed task (wontfix)
PEP-008
Reported by: | sbouwhuis | Owned by: | Geert |
---|---|---|---|
Priority: | normal | Component: | WantedPagesMacro |
Severity: | normal | Keywords: | PEP |
Cc: | Trac Release: |
Description
PEP-008 update.
Attachments (1)
Change History (3)
Changed 6 years ago by
Attachment: | macro_patch.diff added |
---|
comment:1 Changed 6 years ago by
Please use the unified diff format (see trac:TracDev/SubmittingPatches).
db
->d_b
is not a good replacement. You'll find hundreds of uses ofdb
in plugins and I've never once seend_b
used.- The
coding: utf-8
line should not be modified - it has a specific format that is parsed by the interpreter. #
should be used for comments rather than triple quotes.
PEP8 changes are usually best done using a tool like pypi:autopep8, rather than manual edits.
comment:2 Changed 6 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
macro.py PEP-008 update