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
|
$ 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
Change History
(6)
Resolution: |
→ wontfix
|
Status: |
new → closed
|
Resolution: |
wontfix → fixed
|
Cc: |
ubanus@… removed
|
Easy pickings: |
unset
|
Severity: |
→ Normal
|
Type: |
→ Uncategorized
|
Fixes some whitespace issues.