Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8710 closed Uncategorized (fixed)

Spaces mixed with tabs

Reported by: Piotr Lewandowski <django@…> Owned by: nobody
Component: Uncategorized Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

$ grep --files-with-matches --recursive --extended-regexp --include='*.py' "`printf '\t'`" django-trunk
django-trunk/django/utils/text.py
django-trunk/django/contrib/sites/tests.py
django-trunk/tests/regressiontests/templates/tests.py

Attachments (1)

8710-1.diff (2.4 KB ) - added by gkelly 16 years ago.
Fixes some whitespace issues.

Download all attachments as: .zip

Change History (6)

by gkelly, 16 years ago

Attachment: 8710-1.diff added

Fixes some whitespace issues.

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: wontfix
Status: newclosed

Two of these are just tabs in trailing whitespace. The other one will be fixed when somebody is in the neighbourhood sometime. This isn't worth doing en-masse, since the code as it stands isn't broken
(none of the tabs are being used for code indentation). So thanks, but unless there's an actual bug, these aren't really worth opening.

comment:2 by Jacob, 16 years ago

Resolution: wontfixfixed

(In [8746]) Fixed #8710: removed a few stray tabs. Thanks, gkelly.

comment:3 by Jacob, 16 years ago

:)

comment:4 by ubanus@…, 13 years ago

Cc: ubanus@… removed
Easy pickings: unset
Severity: Normal
Type: Uncategorized

comment:5 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top