Django

Code

Ticket #8710 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

Spaces mixed with tabs

Reported by: Piotr Lewandowski <django@icomputing.pl> Assigned to: nobody
Milestone: 1.0 Component: Uncategorized
Version: SVN Keywords:
Cc: ubanus@users.sf.net Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

8710-1.diff (2.4 kB) - added by gkelly on 08/30/08 11:01:14.
Fixes some whitespace issues.

Change History

08/30/08 11:01:14 changed by gkelly

  • attachment 8710-1.diff added.

Fixes some whitespace issues.

08/30/08 14:25:21 changed by mtredinnick

  • status changed from new to closed.
  • needs_better_patch changed.
  • resolution set to wontfix.
  • needs_tests changed.
  • needs_docs changed.

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.

08/30/08 14:25:45 changed by jacob

  • resolution changed from wontfix to fixed.

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

08/30/08 14:38:15 changed by jacob

:)


Add/Change #8710 (Spaces mixed with tabs)




Change Properties
Action