Opened 19 years ago

Closed 19 years ago

#467 closed defect (fixed)

Debugging code left behind in django.utils.text ?

Reported by: swaroop@… Owned by: Adrian Holovaty
Component: Tools Version:
Severity: normal Keywords: typo
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

From django/utils/text.py:

  1. fix_microsoft_characters(s): return s - it currently does nothing. Is this on purpose?
  1. recapitalize(text) - Currently has capwords = 'I Jayhawk Jayhawks Lawrence Kansas KS'.split() hardcoded. Is this debugging code left behind?

If this is known and for debugging purposes, sorry to have bothered you :-).

Change History (2)

comment:1 by swaroop@…, 19 years ago

Component: Admin interfaceTools

comment:2 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [637] and [638]. Thanks!

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